Html Css Color HEX #AB119F Dark Magenta

📋 copy color: '#AB119F'

red 171 ◦ green 17 ◦ blue 159

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

Shades of Dark Magenta #AB119F

Tints of Dark Magenta #AB119F

RGB

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

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

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

R = 49.28%
G = 4.9%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB119F (or 0xAB119F) is known color: Dark Magenta. HEX triplet: AB, 11 and 9F. RGB value is (171,17,159). Sum of RGB (Red+Green+Blue) = 171+17+159=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB119F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB119F is #54EE60. Grayscale: #4E4E4E. Windows color (decimal): -5566049 or 10424747. OLE color: 10424747.

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

Color convert

RGB 171 17 159 -
CMYK 0 0.90 0.07 0.33
HSL 304.68º 0.82% 0.37% -
HSV(B) 304.68º 0.9% 0.67% -
XYZ 23.25 11.56 33.81 -
YUV 79.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 171 17 159 0 0.90 0.07 0.33 304.68 0.82 0.37
Hex AB 11 9F 0 5A 7 21 131 52 25
Octal 253 21 237 0 132 7 41 461 122 45
Binary 10101011 10001 10011111 0 1011010 111 100001 100110001 1010010 100101

Color Harmonies of #AB119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB119F

Black with #AB119F

Text Example


Text Example

White with #AB119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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