#AB03B6

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

Shades of Deep Magenta #AB03B6

Tints of Deep Magenta #AB03B6

Color information

#AB03B6 (or 0xAB03B6) is unknown color: approx Deep Magenta. HEX triplet: AB, 03 and B6. RGB value is (171,3,182). Sum of RGB (Red+Green+Blue) = 171+3+182=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB03B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03B6 is #54FC49. Grayscale: #494949. Windows color (decimal): -5569610 or 11928491. OLE color: 11928491.

HSL color Cylindrical-coordinate representation of color #AB03B6: hue angle of 296.31º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB03B6 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1713182-
CMYK0.060.9800.29
HSL296.31º96.76%36.27%-
HSV(B)296.31º98.35%71.37%-
XYZ25.2712.145.26-
YUV73.64189.16197.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.03%
GREEN value IS 3 (1.56% from 255) = 0.84%
BLUE value IS 182 (71.48% from 255) = 51.12%
R=48.03%
G=0.84%
B=51.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17131820.060.9800.29296.3196.7636.27
HexAB3B666201D1286124
Octal2533266614203545014144
Binary10101011111011011011011000100111011001010001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB03B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB03B6; }

 p { color: rgb(171,3,182); }

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

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

 a { background-color: rgb(171,3,182); }

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

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

 span { border-color: rgb(171,3,182); }

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