#af2d76

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

Shades of Medium Red Violet #AF2D76

Tints of Medium Red Violet #AF2D76

Color information

#AF2D76 (or 0xAF2D76) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2D and 76. RGB value is (175,45,118). Sum of RGB (Red+Green+Blue) = 175+45+118=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2D76 is #50D289. Grayscale: #5C5C5C. Windows color (decimal): -5296778 or 7744943. OLE color: 7744943.

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

Color convert

RGB17545118-
CMYK00.740.330.31
HSL326.31º59.09%43.14%-
HSV(B)326.31º74.29%68.63%-
XYZ21.8912.318.36-
YUV92.19142.57187.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.78%
GREEN value IS 45 (17.97% from 255) = 13.31%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=51.78%
G=13.31%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754511800.740.330.31326.3159.0943.14
HexAF2D7604A211F1463b2b
Octal25755166011241375067353
Binary1010111110110111101100100101010000111111101000110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2d76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2d76; }

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

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

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

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

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

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

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

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