#AB09AE

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

Shades of Deep Magenta #AB09AE

Tints of Deep Magenta #AB09AE

Color information

#AB09AE (or 0xAB09AE) is unknown color: approx Deep Magenta. HEX triplet: AB, 09 and AE. RGB value is (171,9,174). Sum of RGB (Red+Green+Blue) = 171+9+174=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB09AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB09AE is #54F651. Grayscale: #4B4B4B. Windows color (decimal): -5568082 or 11405739. OLE color: 11405739.

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

Color convert

RGB1719174-
CMYK0.020.9500.32
HSL298.91º90.16%35.88%-
HSV(B)298.91º94.83%68.24%-
XYZ24.5311.9141.05-
YUV76.25183.17195.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.31%
GREEN value IS 9 (3.91% from 255) = 2.54%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=48.31%
G=2.54%
B=49.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17191740.020.9500.32298.9190.1635.88
HexAB9AE25F02012b5a24
Octal25311256213704045313244
Binary1010101110011010111010101111101000001001010111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB09AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB09AE; }

 p { color: rgb(171,9,174); }

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

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

 a { background-color: rgb(171,9,174); }

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

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

 span { border-color: rgb(171,9,174); }

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