#AF0AA0

Color #AF0AA0 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AF0AA0

Tints of Dark Magenta #AF0AA0

Color information

#AF0AA0 (or 0xAF0AA0) is unknown color: approx Dark Magenta. HEX triplet: AF, 0A and A0. RGB value is (175,10,160). Sum of RGB (Red+Green+Blue) = 175+10+160=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0AA0 is #50F55F. Grayscale: #4C4C4C. Windows color (decimal): -5305696 or 10488495. OLE color: 10488495.

HSL color Cylindrical-coordinate representation of color #AF0AA0: hue angle of 305.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0AA0 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17510160-
CMYK00.940.090.31
HSL305.45º89.19%36.27%-
HSV(B)305.45º94.29%68.63%-
XYZ24.1311.8734.28-
YUV76.44175.16198.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 10 (4.30% from 255) = 2.90%
BLUE value IS 160 (62.89% from 255) = 46.38%
R=50.72%
G=2.90%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751016000.940.090.31305.4589.1936.27
HexAFAA005E91F1315924
Octal257122400136113746113144
Binary10101111101010100000010111101001111111001100011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0AA0; }

 p { color: rgb(175,10,160); }

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

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

 a { background-color: rgb(175,10,160); }

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

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

 span { border-color: rgb(175,10,160); }

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