#AF2076

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

Shades of Medium Red Violet #AF2076

Tints of Medium Red Violet #AF2076

Color information

#AF2076 (or 0xAF2076) is unknown color: approx Medium Red Violet. HEX triplet: AF, 20 and 76. RGB value is (175,32,118). Sum of RGB (Red+Green+Blue) = 175+32+118=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2076 is #50DF89. Grayscale: #545454. Windows color (decimal): -5300106 or 7741615. OLE color: 7741615.

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

Color convert

RGB17532118-
CMYK00.820.330.31
HSL323.92º69.08%40.59%-
HSV(B)323.92º81.71%68.63%-
XYZ21.4711.4518.22-
YUV84.56146.88192.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.85%
GREEN value IS 32 (12.89% from 255) = 9.85%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=53.85%
G=9.85%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753211800.820.330.31323.9269.0840.59
HexAF2076052211F1444529
Octal257401660122413750410551
Binary10101111100000111011001010010100001111111010001001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2076; }

 p { color: rgb(175,32,118); }

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

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

 a { background-color: rgb(175,32,118); }

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

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

 span { border-color: rgb(175,32,118); }

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