#AB06AE

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

Shades of Deep Magenta #AB06AE

Tints of Deep Magenta #AB06AE

Color information

#AB06AE (or 0xAB06AE) is unknown color: approx Deep Magenta. HEX triplet: AB, 06 and AE. RGB value is (171,6,174). Sum of RGB (Red+Green+Blue) = 171+6+174=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB06AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB06AE is #54F951. Grayscale: #494949. Windows color (decimal): -5568850 or 11404971. OLE color: 11404971.

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

Color convert

RGB1716174-
CMYK0.020.9700.32
HSL298.93º93.33%35.29%-
HSV(B)298.93º96.55%68.24%-
XYZ24.511.8441.04-
YUV74.49184.16196.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 6 (2.73% from 255) = 1.71%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=48.72%
G=1.71%
B=49.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17161740.020.9700.32298.9393.3335.29
HexAB6AE26102012b5d23
Octal2536256214104045313543
Binary101010111101010111010110000101000001001010111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB06AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB06AE; }

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

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

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

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

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

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

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

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