#AB06BA

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

Shades of Deep Magenta #AB06BA

Tints of Deep Magenta #AB06BA

Color information

#AB06BA (or 0xAB06BA) is unknown color: approx Deep Magenta. HEX triplet: AB, 06 and BA. RGB value is (171,6,186). Sum of RGB (Red+Green+Blue) = 171+6+186=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB06BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB06BA is #54F945. Grayscale: #4B4B4B. Windows color (decimal): -5568838 or 12191403. OLE color: 12191403.

HSL color Cylindrical-coordinate representation of color #AB06BA: hue angle of 295º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB06BA is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1716186-
CMYK0.080.9700.27
HSL295º93.75%37.65%-
HSV(B)295º96.77%72.94%-
XYZ25.7212.3347.48-
YUV75.85190.16195.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 6 (2.73% from 255) = 1.65%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=47.11%
G=1.65%
B=51.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17161860.080.9700.2729593.7537.65
HexAB6BA86101B1275e26
Octal25362721014103344713646
Binary1010101111010111010100011000010110111001001111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB06BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB06BA; }

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

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

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

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

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

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

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

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