Html Css Color HEX #AB109B Dark Magenta

📋 copy color: '#AB109B'

red 171 ◦ green 16 ◦ blue 155

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

Shades of Dark Magenta #AB109B

Tints of Dark Magenta #AB109B

RGB

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

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

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

R = 50%
G = 4.68%
B = 45.32%

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

#AB109B (or 0xAB109B) is known color: Dark Magenta. HEX triplet: AB, 10 and 9B. RGB value is (171,16,155). Sum of RGB (Red+Green+Blue) = 171+16+155=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB109B is #54EF64. Grayscale: #4D4D4D. Windows color (decimal): -5566309 or 10162347. OLE color: 10162347.

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

Color convert

RGB 171 16 155 -
CMYK 0 0.91 0.09 0.33
HSL 306.19º 0.83% 0.37% -
HSV(B) 306.19º 0.91% 0.67% -
XYZ 22.9 11.4 32 -
YUV 78.19 171.35 194.2 -
System Red Green Blue C M Y K H S L
Decimal 171 16 155 0 0.91 0.09 0.33 306.19 0.83 0.37
Hex AB 10 9B 0 5B 9 21 132 53 25
Octal 253 20 233 0 133 11 41 462 123 45
Binary 10101011 10000 10011011 0 1011011 1001 100001 100110010 1010011 100101

Color Harmonies of #AB109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB109B

Black with #AB109B

Text Example


Text Example

White with #AB109B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB109B; }

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

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

background-color css

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

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

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

border-color css

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

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

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