Html Css Color HEX #AB139E Dark Magenta

📋 copy color: '#AB139E'

red 171 ◦ green 19 ◦ blue 158

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

Shades of Dark Magenta #AB139E

Tints of Dark Magenta #AB139E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.4%

R = 49.14%
G = 5.46%
B = 45.4%

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

#AB139E (or 0xAB139E) is known color: Dark Magenta. HEX triplet: AB, 13 and 9E. RGB value is (171,19,158). Sum of RGB (Red+Green+Blue) = 171+19+158=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB139E is #54EC61. Grayscale: #4F4F4F. Windows color (decimal): -5565538 or 10359723. OLE color: 10359723.

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

Color convert

RGB 171 19 158 -
CMYK 0 0.89 0.08 0.33
HSL 305.13º 0.8% 0.37% -
HSV(B) 305.13º 0.89% 0.67% -
XYZ 23.2 11.59 33.36 -
YUV 80.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 171 19 158 0 0.89 0.08 0.33 305.13 0.8 0.37
Hex AB 13 9E 0 59 8 21 131 50 25
Octal 253 23 236 0 131 10 41 461 120 45
Binary 10101011 10011 10011110 0 1011001 1000 100001 100110001 1010000 100101

Color Harmonies of #AB139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB139E

Black with #AB139E

Text Example


Text Example

White with #AB139E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB139E; }

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

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

background-color css

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

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

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

border-color css

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

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

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