Html Css Color HEX #AB109F Dark Magenta

📋 copy color: '#AB109F'

red 171 ◦ green 16 ◦ blue 159

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

Shades of Dark Magenta #AB109F

Tints of Dark Magenta #AB109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.62%

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

R = 49.42%
G = 4.62%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB109F (or 0xAB109F) is known color: Dark Magenta. HEX triplet: AB, 10 and 9F. RGB value is (171,16,159). Sum of RGB (Red+Green+Blue) = 171+16+159=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB109F is #54EF60. Grayscale: #4E4E4E. Windows color (decimal): -5566305 or 10424491. OLE color: 10424491.

HSL color Cylindrical-coordinate representation of color #AB109F: hue angle of 304.65º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB109F is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 16 159 -
CMYK 0 0.91 0.07 0.33
HSL 304.65º 0.83% 0.37% -
HSV(B) 304.65º 0.91% 0.67% -
XYZ 23.24 11.53 33.8 -
YUV 78.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 171 16 159 0 0.91 0.07 0.33 304.65 0.83 0.37
Hex AB 10 9F 0 5B 7 21 131 53 25
Octal 253 20 237 0 133 7 41 461 123 45
Binary 10101011 10000 10011111 0 1011011 111 100001 100110001 1010011 100101

Color Harmonies of #AB109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB109F

Black with #AB109F

Text Example


Text Example

White with #AB109F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB109F; }

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

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

background-color css

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

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

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

border-color css

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

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

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