Html Css Color HEX #AB129B Dark Magenta

📋 copy color: '#AB129B'

red 171 ◦ green 18 ◦ blue 155

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

Shades of Dark Magenta #AB129B

Tints of Dark Magenta #AB129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.06%

R = 49.71%
G = 5.23%
B = 45.06%

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

#AB129B (or 0xAB129B) is known color: Dark Magenta. HEX triplet: AB, 12 and 9B. RGB value is (171,18,155). Sum of RGB (Red+Green+Blue) = 171+18+155=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB129B is #54ED64. Grayscale: #4E4E4E. Windows color (decimal): -5565797 or 10162859. OLE color: 10162859.

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

Color convert

RGB 171 18 155 -
CMYK 0 0.89 0.09 0.33
HSL 306.27º 0.81% 0.37% -
HSV(B) 306.27º 0.89% 0.67% -
XYZ 22.93 11.46 32.01 -
YUV 79.37 170.69 193.36 -
System Red Green Blue C M Y K H S L
Decimal 171 18 155 0 0.89 0.09 0.33 306.27 0.81 0.37
Hex AB 12 9B 0 59 9 21 132 51 25
Octal 253 22 233 0 131 11 41 462 121 45
Binary 10101011 10010 10011011 0 1011001 1001 100001 100110010 1010001 100101

Color Harmonies of #AB129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB129B

Black with #AB129B

Text Example


Text Example

White with #AB129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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