#AB0CB4

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

Shades of Deep Magenta #AB0CB4

Tints of Deep Magenta #AB0CB4

Color information

#AB0CB4 (or 0xAB0CB4) is unknown color: approx Deep Magenta. HEX triplet: AB, 0C and B4. RGB value is (171,12,180). Sum of RGB (Red+Green+Blue) = 171+12+180=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB0CB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CB4 is #54F34B. Grayscale: #4E4E4E. Windows color (decimal): -5567308 or 11799723. OLE color: 11799723.

HSL color Cylindrical-coordinate representation of color #AB0CB4: hue angle of 296.79º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0CB4 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17112180-
CMYK0.050.9300.29
HSL296.79º87.5%37.65%-
HSV(B)296.79º93.33%70.59%-
XYZ25.1612.2244.21-
YUV78.69185.18193.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 12 (5.08% from 255) = 3.31%
BLUE value IS 180 (70.70% from 255) = 49.59%
R=47.11%
G=3.31%
B=49.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171121800.050.9300.29296.7987.537.65
HexABCB455D01D1295826
Octal25314264513503545113046
Binary1010101111001011010010110111010111011001010011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0CB4; }

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

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

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

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

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

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

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

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