Html Css Color HEX #AB129F Dark Magenta

📋 copy color: '#AB129F'

red 171 ◦ green 18 ◦ blue 159

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

Shades of Dark Magenta #AB129F

Tints of Dark Magenta #AB129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.69%

R = 49.14%
G = 5.17%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB129F (or 0xAB129F) is known color: Dark Magenta. HEX triplet: AB, 12 and 9F. RGB value is (171,18,159). Sum of RGB (Red+Green+Blue) = 171+18+159=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB129F is #54ED60. Grayscale: #4F4F4F. Windows color (decimal): -5565793 or 10425003. OLE color: 10425003.

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

Color convert

RGB 171 18 159 -
CMYK 0 0.89 0.07 0.33
HSL 304.71º 0.81% 0.37% -
HSV(B) 304.71º 0.89% 0.67% -
XYZ 23.27 11.59 33.81 -
YUV 79.82 172.69 193.04 -
System Red Green Blue C M Y K H S L
Decimal 171 18 159 0 0.89 0.07 0.33 304.71 0.81 0.37
Hex AB 12 9F 0 59 7 21 131 51 25
Octal 253 22 237 0 131 7 41 461 121 45
Binary 10101011 10010 10011111 0 1011001 111 100001 100110001 1010001 100101

Color Harmonies of #AB129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB129F

Black with #AB129F

Text Example


Text Example

White with #AB129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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