Html Css Color HEX #AB139D Dark Magenta

📋 copy color: '#AB139D'

red 171 ◦ green 19 ◦ blue 157

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

Shades of Dark Magenta #AB139D

Tints of Dark Magenta #AB139D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.24%

R = 49.28%
G = 5.48%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB139D (or 0xAB139D) is known color: Dark Magenta. HEX triplet: AB, 13 and 9D. RGB value is (171,19,157). Sum of RGB (Red+Green+Blue) = 171+19+157=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB139D is #54EC62. Grayscale: #4F4F4F. Windows color (decimal): -5565539 or 10294187. OLE color: 10294187.

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

Color convert

RGB 171 19 157 -
CMYK 0 0.89 0.08 0.33
HSL 305.53º 0.8% 0.37% -
HSV(B) 305.53º 0.89% 0.67% -
XYZ 23.11 11.56 32.91 -
YUV 80.18 171.36 192.78 -
System Red Green Blue C M Y K H S L
Decimal 171 19 157 0 0.89 0.08 0.33 305.53 0.8 0.37
Hex AB 13 9D 0 59 8 21 132 50 25
Octal 253 23 235 0 131 10 41 462 120 45
Binary 10101011 10011 10011101 0 1011001 1000 100001 100110010 1010000 100101

Color Harmonies of #AB139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB139D

Black with #AB139D

Text Example


Text Example

White with #AB139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB139D; }

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

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

background-color css

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

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

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

border-color css

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

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

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