#AF089E

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

Shades of Dark Magenta #AF089E

Tints of Dark Magenta #AF089E

Color information

#AF089E (or 0xAF089E) is unknown color: approx Dark Magenta. HEX triplet: AF, 08 and 9E. RGB value is (175,8,158). Sum of RGB (Red+Green+Blue) = 175+8+158=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF089E is #50F761. Grayscale: #4A4A4A. Windows color (decimal): -5306210 or 10356911. OLE color: 10356911.

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

Color convert

RGB1758158-
CMYK00.950.100.31
HSL306.11º91.26%35.88%-
HSV(B)306.11º95.43%68.63%-
XYZ23.9411.7633.36-
YUV75.03174.83199.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 8 (3.52% from 255) = 2.35%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=51.32%
G=2.35%
B=46.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175815800.950.100.31306.1191.2635.88
HexAF89E05FA1F1325b24
Octal257102360137123746213344
Binary10101111100010011110010111111010111111001100101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF089E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF089E; }

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

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

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

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

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

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

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

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