Html Css Color HEX #AB109C Dark Magenta

📋 copy color: '#AB109C'

red 171 ◦ green 16 ◦ blue 156

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

Shades of Dark Magenta #AB109C

Tints of Dark Magenta #AB109C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.48%

R = 49.85%
G = 4.66%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB109C (or 0xAB109C) is known color: Dark Magenta. HEX triplet: AB, 10 and 9C. RGB value is (171,16,156). Sum of RGB (Red+Green+Blue) = 171+16+156=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB109C is #54EF63. Grayscale: #4D4D4D. Windows color (decimal): -5566308 or 10227883. OLE color: 10227883.

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

Color convert

RGB 171 16 156 -
CMYK 0 0.91 0.09 0.33
HSL 305.81º 0.83% 0.37% -
HSV(B) 305.81º 0.91% 0.67% -
XYZ 22.98 11.43 32.45 -
YUV 78.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 171 16 156 0 0.91 0.09 0.33 305.81 0.83 0.37
Hex AB 10 9C 0 5B 9 21 132 53 25
Octal 253 20 234 0 133 11 41 462 123 45
Binary 10101011 10000 10011100 0 1011011 1001 100001 100110010 1010011 100101

Color Harmonies of #AB109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB109C

Black with #AB109C

Text Example


Text Example

White with #AB109C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB109C; }

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

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

background-color css

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

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

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

border-color css

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

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

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