Html Css Color HEX #AB119B Dark Magenta

📋 copy color: '#AB119B'

red 171 ◦ green 17 ◦ blue 155

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

Shades of Dark Magenta #AB119B

Tints of Dark Magenta #AB119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.19%

R = 49.85%
G = 4.96%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB119B (or 0xAB119B) is known color: Dark Magenta. HEX triplet: AB, 11 and 9B. RGB value is (171,17,155). Sum of RGB (Red+Green+Blue) = 171+17+155=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB119B is #54EE64. Grayscale: #4E4E4E. Windows color (decimal): -5566053 or 10162603. OLE color: 10162603.

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

Color convert

RGB 171 17 155 -
CMYK 0 0.90 0.09 0.33
HSL 306.23º 0.82% 0.37% -
HSV(B) 306.23º 0.9% 0.67% -
XYZ 22.91 11.43 32.01 -
YUV 78.78 171.02 193.78 -
System Red Green Blue C M Y K H S L
Decimal 171 17 155 0 0.90 0.09 0.33 306.23 0.82 0.37
Hex AB 11 9B 0 5A 9 21 132 52 25
Octal 253 21 233 0 132 11 41 462 122 45
Binary 10101011 10001 10011011 0 1011010 1001 100001 100110010 1010010 100101

Color Harmonies of #AB119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB119B

Black with #AB119B

Text Example


Text Example

White with #AB119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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