#AF15AA

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

Shades of Deep Magenta #AF15AA

Tints of Deep Magenta #AF15AA

Color information

#AF15AA (or 0xAF15AA) is unknown color: approx Deep Magenta. HEX triplet: AF, 15 and AA. RGB value is (175,21,170). Sum of RGB (Red+Green+Blue) = 175+21+170=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF15AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF15AA is #50EA55. Grayscale: #535353. Windows color (decimal): -5302870 or 11146671. OLE color: 11146671.

HSL color Cylindrical-coordinate representation of color #AF15AA: hue angle of 301.95º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF15AA is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17521170-
CMYK00.880.030.31
HSL301.95º78.57%38.43%-
HSV(B)301.95º88%68.63%-
XYZ25.212.5539.12-
YUV84.03176.52192.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 21 (8.59% from 255) = 5.74%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=47.81%
G=5.74%
B=46.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752117000.880.030.31301.9578.5738.43
HexAF15AA05831F12e4f26
Octal25725252013033745611746
Binary1010111110101101010100101100011111111001011101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF15AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF15AA; }

 p { color: rgb(175,21,170); }

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

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

 a { background-color: rgb(175,21,170); }

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

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

 span { border-color: rgb(175,21,170); }

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