#AF09A7

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

Shades of Dark Magenta #AF09A7

Tints of Dark Magenta #AF09A7

Color information

#AF09A7 (or 0xAF09A7) is unknown color: approx Dark Magenta. HEX triplet: AF, 09 and A7. RGB value is (175,9,167). Sum of RGB (Red+Green+Blue) = 175+9+167=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 167 (65.62% from 255 or 47.58% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF09A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF09A7 is #50F658. Grayscale: #4C4C4C. Windows color (decimal): -5305945 or 10946991. OLE color: 10946991.

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

Color convert

RGB1759167-
CMYK00.950.050.31
HSL302.89º90.22%36.08%-
HSV(B)302.89º94.86%68.63%-
XYZ24.7512.137.59-
YUV76.65179198.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 9 (3.91% from 255) = 2.56%
BLUE value IS 167 (65.62% from 255) = 47.58%
R=49.86%
G=2.56%
B=47.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175916700.950.050.31302.8990.2236.08
HexAF9A705F51F12f5a24
Octal25711247013753745713244
Binary1010111110011010011101011111101111111001011111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF09A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF09A7; }

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

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

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

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

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

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

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

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