#AF089C

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

Shades of Dark Magenta #AF089C

Tints of Dark Magenta #AF089C

Color information

#AF089C (or 0xAF089C) is unknown color: approx Dark Magenta. HEX triplet: AF, 08 and 9C. RGB value is (175,8,156). Sum of RGB (Red+Green+Blue) = 175+8+156=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF089C is #50F763. Grayscale: #4A4A4A. Windows color (decimal): -5306212 or 10225839. OLE color: 10225839.

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

Color convert

RGB1758156-
CMYK00.950.110.31
HSL306.83º91.26%35.88%-
HSV(B)306.83º95.43%68.63%-
XYZ23.7711.6932.46-
YUV74.8173.83199.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.62%
GREEN value IS 8 (3.52% from 255) = 2.36%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=51.62%
G=2.36%
B=46.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175815600.950.110.31306.8391.2635.88
HexAF89C05FB1F1335b24
Octal257102340137133746313344
Binary10101111100010011100010111111011111111001100111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF089C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF089C; }

 p { color: rgb(175,8,156); }

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

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

 a { background-color: rgb(175,8,156); }

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

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

 span { border-color: rgb(175,8,156); }

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