#AB0BA4

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

Shades of Dark Magenta #AB0BA4

Tints of Dark Magenta #AB0BA4

Color information

#AB0BA4 (or 0xAB0BA4) is unknown color: approx Dark Magenta. HEX triplet: AB, 0B and A4. RGB value is (171,11,164). Sum of RGB (Red+Green+Blue) = 171+11+164=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0BA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0BA4 is #54F45B. Grayscale: #4B4B4B. Windows color (decimal): -5567580 or 10750891. OLE color: 10750891.

HSL color Cylindrical-coordinate representation of color #AB0BA4: hue angle of 302.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0BA4 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB17111164-
CMYK00.940.040.33
HSL302.62º87.91%35.69%-
HSV(B)302.62º93.57%67.06%-
XYZ23.6211.5836.11-
YUV76.28177.51195.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 11 (4.69% from 255) = 3.18%
BLUE value IS 164 (64.45% from 255) = 47.40%
R=49.42%
G=3.18%
B=47.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711116400.940.040.33302.6287.9135.69
HexABBA405E42112f5824
Octal25313244013644145713044
Binary10101011101110100100010111101001000011001011111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0BA4; }

 p { color: rgb(171,11,164); }

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

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

 a { background-color: rgb(171,11,164); }

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

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

 span { border-color: rgb(171,11,164); }

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