#AF09A8

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

Shades of Deep Magenta #AF09A8

Tints of Deep Magenta #AF09A8

Color information

#AF09A8 (or 0xAF09A8) is unknown color: approx Deep Magenta. HEX triplet: AF, 09 and A8. RGB value is (175,9,168). Sum of RGB (Red+Green+Blue) = 175+9+168=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 168 (66.02% from 255 or 47.73% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF09A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF09A8 is #50F657. Grayscale: #4C4C4C. Windows color (decimal): -5305944 or 11012527. OLE color: 11012527.

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

Color convert

RGB1759168-
CMYK00.950.040.31
HSL302.53º90.22%36.08%-
HSV(B)302.53º94.86%68.63%-
XYZ24.8412.1438.08-
YUV76.76179.5198.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 9 (3.91% from 255) = 2.56%
BLUE value IS 168 (66.02% from 255) = 47.73%
R=49.72%
G=2.56%
B=47.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175916800.950.040.31302.5390.2236.08
HexAF9A805F41F12f5a24
Octal25711250013743745713244
Binary1010111110011010100001011111100111111001011111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF09A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF09A8; }

 p { color: rgb(175,9,168); }

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

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

 a { background-color: rgb(175,9,168); }

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

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

 span { border-color: rgb(175,9,168); }

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