#af3b94

Color #AF3B94 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AF3B94

Tints of Medium Red Violet #AF3B94

Color information

#AF3B94 (or 0xAF3B94) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3B and 94. RGB value is (175,59,148). Sum of RGB (Red+Green+Blue) = 175+59+148=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3B94 is #50C46B. Grayscale: #676767. Windows color (decimal): -5293164 or 9714607. OLE color: 9714607.

HSL color Cylindrical-coordinate representation of color #AF3B94: hue angle of 313.97º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3B94 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17559148-
CMYK00.660.150.31
HSL313.97º49.57%45.88%-
HSV(B)313.97º66.29%68.63%-
XYZ24.5914.3829.5-
YUV103.83152.93178.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 59 (23.44% from 255) = 15.45%
BLUE value IS 148 (58.20% from 255) = 38.74%
R=45.81%
G=15.45%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755914800.660.150.31313.9749.5745.88
HexAF3B94042F1F13a322e
Octal25773224010217374726256
Binary101011111110111001010001000010111111111100111010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3b94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3b94; }

 p { color: rgb(175,59,148); }

 H1.HeaderClassName
 {
   color: #af3b94;
 }
 .AnyTagClassName
 {
   color: #af3b94;
 }
</style>
background-color css

<style>
 a { background-color: #af3b94; }

 a { background-color: rgb(175,59,148); }

 div.DivClassName
 {
   background-color: #af3b94;
 }
 .BgClassName
 {
   background-color: #af3b94;
 }
</style>
border-color css

<style>
 span { border-color: #af3b94; }

 span { border-color: rgb(175,59,148); }

 td.TdClassName
 {
   border-color: #af3b94;
 }
 .TagClassName
 {
   border-color: #af3b94;
 }
</style>