Html Css Color HEX #AB0C99 Dark Magenta

📋 copy color: '#AB0C99'

red 171 ◦ green 12 ◦ blue 153

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

Shades of Dark Magenta #AB0C99

Tints of Dark Magenta #AB0C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 50.89%
G = 3.57%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB0C99 (or 0xAB0C99) is known color: Dark Magenta. HEX triplet: AB, 0C and 99. RGB value is (171,12,153). Sum of RGB (Red+Green+Blue) = 171+12+153=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0C99 is #54F366. Grayscale: #4B4B4B. Windows color (decimal): -5567335 or 10030251. OLE color: 10030251.

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

Color convert

RGB 171 12 153 -
CMYK 0 0.93 0.11 0.33
HSL 306.79º 0.87% 0.36% -
HSV(B) 306.79º 0.93% 0.67% -
XYZ 22.68 11.22 31.11 -
YUV 75.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 171 12 153 0 0.93 0.11 0.33 306.79 0.87 0.36
Hex AB C 99 0 5D B 21 133 57 24
Octal 253 14 231 0 135 13 41 463 127 44
Binary 10101011 1100 10011001 0 1011101 1011 100001 100110011 1010111 100100

Color Harmonies of #AB0C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C99

Black with #AB0C99

Text Example


Text Example

White with #AB0C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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