Html Css Color HEX #AB139C Dark Magenta

📋 copy color: '#AB139C'

red 171 ◦ green 19 ◦ blue 156

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

Shades of Dark Magenta #AB139C

Tints of Dark Magenta #AB139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

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

R = 49.42%
G = 5.49%
B = 45.09%

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

#AB139C (or 0xAB139C) is known color: Dark Magenta. HEX triplet: AB, 13 and 9C. RGB value is (171,19,156). Sum of RGB (Red+Green+Blue) = 171+19+156=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB139C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB139C is #54EC63. Grayscale: #4F4F4F. Windows color (decimal): -5565540 or 10228651. OLE color: 10228651.

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

Color convert

RGB 171 19 156 -
CMYK 0 0.89 0.09 0.33
HSL 305.92º 0.8% 0.37% -
HSV(B) 305.92º 0.89% 0.67% -
XYZ 23.03 11.52 32.46 -
YUV 80.07 170.86 192.86 -
System Red Green Blue C M Y K H S L
Decimal 171 19 156 0 0.89 0.09 0.33 305.92 0.8 0.37
Hex AB 13 9C 0 59 9 21 132 50 25
Octal 253 23 234 0 131 11 41 462 120 45
Binary 10101011 10011 10011100 0 1011001 1001 100001 100110010 1010000 100101

Color Harmonies of #AB139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB139C

Black with #AB139C

Text Example


Text Example

White with #AB139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB139C; }

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

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

background-color css

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

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

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

border-color css

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

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

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