#AB0CA9

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

Shades of Dark Magenta #AB0CA9

Tints of Dark Magenta #AB0CA9

Color information

#AB0CA9 (or 0xAB0CA9) is unknown color: approx Dark Magenta. HEX triplet: AB, 0C and A9. RGB value is (171,12,169). Sum of RGB (Red+Green+Blue) = 171+12+169=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0CA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0CA9 is #54F356. Grayscale: #4C4C4C. Windows color (decimal): -5567319 or 11078827. OLE color: 11078827.

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

Color convert

RGB17112169-
CMYK00.930.010.33
HSL300.75º86.89%35.88%-
HSV(B)300.75º92.98%67.06%-
XYZ24.0911.7938.54-
YUV77.44179.68194.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 12 (5.08% from 255) = 3.41%
BLUE value IS 169 (66.41% from 255) = 48.01%
R=48.58%
G=3.41%
B=48.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711216900.930.010.33300.7586.8935.88
HexABCA905D12112d5724
Octal25314251013514145512744
Binary101010111100101010010101110111000011001011011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0CA9; }

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

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

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

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

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

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

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

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