Html Css Color HEX #AB0C9C Dark Magenta

📋 copy color: '#AB0C9C'

red 171 ◦ green 12 ◦ blue 156

#AB0C9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #AB0C9C

Tints of Dark Magenta #AB0C9C

RGB

 RED value IS 171 (67.19% from 255) = 50.44%

 GREEN value IS 12 (5.08% from 255) = 3.54%

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 50.44%
G = 3.54%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB0C9C (or 0xAB0C9C) is known color: Dark Magenta. HEX triplet: AB, 0C and 9C. RGB value is (171,12,156). Sum of RGB (Red+Green+Blue) = 171+12+156=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0C9C is #54F363. Grayscale: #4B4B4B. Windows color (decimal): -5567332 or 10226859. OLE color: 10226859.

HSL color Cylindrical-coordinate representation of color #AB0C9C: hue angle of 305.66º 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 #AB0C9C is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 12 156 -
CMYK 0 0.93 0.09 0.33
HSL 305.66º 0.87% 0.36% -
HSV(B) 305.66º 0.93% 0.67% -
XYZ 22.93 11.32 32.43 -
YUV 75.96 173.18 195.79 -
System Red Green Blue C M Y K H S L
Decimal 171 12 156 0 0.93 0.09 0.33 305.66 0.87 0.36
Hex AB C 9C 0 5D 9 21 132 57 24
Octal 253 14 234 0 135 11 41 462 127 44
Binary 10101011 1100 10011100 0 1011101 1001 100001 100110010 1010111 100100

Color Harmonies of #AB0C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C9C

Black with #AB0C9C

Text Example


Text Example

White with #AB0C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C9C; }

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

 H1.HeaderClassName
 {
   color: #AB0C9C;
 }
 .AnyTagClassName
 {
   color: #AB0C9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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