#AF2DA9

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

Shades of Medium Red Violet #AF2DA9

Tints of Medium Red Violet #AF2DA9

Color information

#AF2DA9 (or 0xAF2DA9) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2D and A9. RGB value is (175,45,169). Sum of RGB (Red+Green+Blue) = 175+45+169=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2DA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2DA9 is #50D256. Grayscale: #616161. Windows color (decimal): -5296727 or 11087279. OLE color: 11087279.

HSL color Cylindrical-coordinate representation of color #AF2DA9: hue angle of 302.77º 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 #AF2DA9 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17545169-
CMYK00.740.030.31
HSL302.77º59.09%43.14%-
HSV(B)302.77º74.29%68.63%-
XYZ25.7813.8638.85-
YUV98.01168.07182.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 45 (17.97% from 255) = 11.57%
BLUE value IS 169 (66.41% from 255) = 43.44%
R=44.99%
G=11.57%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754516900.740.030.31302.7759.0943.14
HexAF2DA904A31F12f3b2b
Octal2575525101123374577353
Binary1010111110110110101001010010101111111100101111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2DA9; }

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

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

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

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

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

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

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

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