#AB03B4

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

Shades of Deep Magenta #AB03B4

Tints of Deep Magenta #AB03B4

Color information

#AB03B4 (or 0xAB03B4) is unknown color: approx Deep Magenta. HEX triplet: AB, 03 and B4. RGB value is (171,3,180). Sum of RGB (Red+Green+Blue) = 171+3+180=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB03B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03B4 is #54FC4B. Grayscale: #484848. Windows color (decimal): -5569612 or 11797419. OLE color: 11797419.

HSL color Cylindrical-coordinate representation of color #AB03B4: hue angle of 296.95º 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 #AB03B4 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1713180-
CMYK0.050.9800.29
HSL296.95º96.72%35.88%-
HSV(B)296.95º98.33%70.59%-
XYZ25.0712.0244.18-
YUV73.41188.16197.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.31%
GREEN value IS 3 (1.56% from 255) = 0.85%
BLUE value IS 180 (70.70% from 255) = 50.85%
R=48.31%
G=0.85%
B=50.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17131800.050.9800.29296.9596.7235.88
HexAB3B456201D1296124
Octal2533264514203545114144
Binary10101011111011010010111000100111011001010011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB03B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB03B4; }

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

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

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

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

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

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

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

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