#AF2B76

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

Shades of Medium Red Violet #AF2B76

Tints of Medium Red Violet #AF2B76

Color information

#AF2B76 (or 0xAF2B76) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2B and 76. RGB value is (175,43,118). Sum of RGB (Red+Green+Blue) = 175+43+118=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2B76 is #50D489. Grayscale: #5A5A5A. Windows color (decimal): -5297290 or 7744431. OLE color: 7744431.

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

Color convert

RGB17543118-
CMYK00.750.330.31
HSL325.91º60.55%42.75%-
HSV(B)325.91º75.43%68.63%-
XYZ21.8112.1518.33-
YUV91.02143.23187.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.08%
GREEN value IS 43 (17.19% from 255) = 12.80%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=52.08%
G=12.80%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754311800.750.330.31325.9160.5542.75
HexAF2B7604B211F1463d2b
Octal25753166011341375067553
Binary1010111110101111101100100101110000111111101000110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2B76; }

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

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

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

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

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

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

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

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