#AF2196

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

Shades of Medium Red Violet #AF2196

Tints of Medium Red Violet #AF2196

Color information

#AF2196 (or 0xAF2196) is unknown color: approx Medium Red Violet. HEX triplet: AF, 21 and 96. RGB value is (175,33,150). Sum of RGB (Red+Green+Blue) = 175+33+150=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2196 is #50DE69. Grayscale: #585858. Windows color (decimal): -5299818 or 9839023. OLE color: 9839023.

HSL color Cylindrical-coordinate representation of color #AF2196: hue angle of 310.56º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2196 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17533150-
CMYK00.810.140.31
HSL310.56º68.27%40.78%-
HSV(B)310.56º81.14%68.63%-
XYZ23.7312.430-
YUV88.8162.54189.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 33 (13.28% from 255) = 9.22%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=48.88%
G=9.22%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753315000.810.140.31310.5668.2740.78
HexAF2196051E1F1374429
Octal257412260121163746710451
Binary1010111110000110010110010100011110111111001101111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2196; }

 p { color: rgb(175,33,150); }

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

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

 a { background-color: rgb(175,33,150); }

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

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

 span { border-color: rgb(175,33,150); }

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