Html Css Color HEX #AB119D Dark Magenta

📋 copy color: '#AB119D'

red 171 ◦ green 17 ◦ blue 157

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

Shades of Dark Magenta #AB119D

Tints of Dark Magenta #AB119D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.93%

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

R = 49.57%
G = 4.93%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB119D (or 0xAB119D) is known color: Dark Magenta. HEX triplet: AB, 11 and 9D. RGB value is (171,17,157). Sum of RGB (Red+Green+Blue) = 171+17+157=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB119D is #54EE62. Grayscale: #4E4E4E. Windows color (decimal): -5566051 or 10293675. OLE color: 10293675.

HSL color Cylindrical-coordinate representation of color #AB119D: hue angle of 305.45º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB119D is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 157 -
CMYK 0 0.90 0.08 0.33
HSL 305.45º 0.82% 0.37% -
HSV(B) 305.45º 0.9% 0.67% -
XYZ 23.08 11.49 32.9 -
YUV 79.01 172.02 193.62 -
System Red Green Blue C M Y K H S L
Decimal 171 17 157 0 0.90 0.08 0.33 305.45 0.82 0.37
Hex AB 11 9D 0 5A 8 21 131 52 25
Octal 253 21 235 0 132 10 41 461 122 45
Binary 10101011 10001 10011101 0 1011010 1000 100001 100110001 1010010 100101

Color Harmonies of #AB119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB119D

Black with #AB119D

Text Example


Text Example

White with #AB119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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