Html Css Color HEX #AB0C9A Dark Magenta

📋 copy color: '#AB0C9A'

red 171 ◦ green 12 ◦ blue 154

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

Shades of Dark Magenta #AB0C9A

Tints of Dark Magenta #AB0C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.7%

R = 50.74%
G = 3.56%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB0C9A (or 0xAB0C9A) is known color: Dark Magenta. HEX triplet: AB, 0C and 9A. RGB value is (171,12,154). Sum of RGB (Red+Green+Blue) = 171+12+154=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0C9A is #54F365. Grayscale: #4B4B4B. Windows color (decimal): -5567334 or 10095787. OLE color: 10095787.

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

Color convert

RGB 171 12 154 -
CMYK 0 0.93 0.10 0.33
HSL 306.42º 0.87% 0.36% -
HSV(B) 306.42º 0.93% 0.67% -
XYZ 22.76 11.25 31.54 -
YUV 75.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 171 12 154 0 0.93 0.10 0.33 306.42 0.87 0.36
Hex AB C 9A 0 5D A 21 132 57 24
Octal 253 14 232 0 135 12 41 462 127 44
Binary 10101011 1100 10011010 0 1011101 1010 100001 100110010 1010111 100100

Color Harmonies of #AB0C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C9A

Black with #AB0C9A

Text Example


Text Example

White with #AB0C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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