#AF00A0

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

Shades of Dark Magenta #AF00A0

Tints of Dark Magenta #AF00A0

Color information

#AF00A0 (or 0xAF00A0) is unknown color: approx Dark Magenta. HEX triplet: AF, 00 and A0. RGB value is (175,0,160). Sum of RGB (Red+Green+Blue) = 175+0+160=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF00A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF00A0 is #50FF5F. Grayscale: #464646. Windows color (decimal): -5308256 or 10485935. OLE color: 10485935.

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

Color convert

RGB1750160-
CMYK010.090.31
HSL305.14º100%34.31%-
HSV(B)305.14º100%68.63%-
XYZ24.0211.6534.24-
YUV70.56178.48202.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 160 (62.89% from 255) = 47.76%
R=52.24%
G=0%
B=47.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1750160010.090.31305.1410034.31
HexAF0A006491F1316422
Octal25702400144113746114442
Binary10101111010100000011001001001111111001100011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF00A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF00A0; }

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

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

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

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

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

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

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

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