Html Css Color HEX #AB129C Dark Magenta

📋 copy color: '#AB129C'

red 171 ◦ green 18 ◦ blue 156

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

Shades of Dark Magenta #AB129C

Tints of Dark Magenta #AB129C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.22%

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

R = 49.57%
G = 5.22%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB129C (or 0xAB129C) is known color: Dark Magenta. HEX triplet: AB, 12 and 9C. RGB value is (171,18,156). Sum of RGB (Red+Green+Blue) = 171+18+156=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB129C is #54ED63. Grayscale: #4F4F4F. Windows color (decimal): -5565796 or 10228395. OLE color: 10228395.

HSL color Cylindrical-coordinate representation of color #AB129C: hue angle of 305.88º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB129C is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 18 156 -
CMYK 0 0.89 0.09 0.33
HSL 305.88º 0.81% 0.37% -
HSV(B) 305.88º 0.89% 0.67% -
XYZ 23.01 11.49 32.46 -
YUV 79.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 171 18 156 0 0.89 0.09 0.33 305.88 0.81 0.37
Hex AB 12 9C 0 59 9 21 132 51 25
Octal 253 22 234 0 131 11 41 462 121 45
Binary 10101011 10010 10011100 0 1011001 1001 100001 100110010 1010001 100101

Color Harmonies of #AB129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB129C

Black with #AB129C

Text Example


Text Example

White with #AB129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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