Html Css Color HEX #AB169D Dark Magenta

📋 copy color: '#AB169D'

red 171 ◦ green 22 ◦ blue 157

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

Shades of Dark Magenta #AB169D

Tints of Dark Magenta #AB169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.29%

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 48.86%
G = 6.29%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB169D (or 0xAB169D) is known color: Dark Magenta. HEX triplet: AB, 16 and 9D. RGB value is (171,22,157). Sum of RGB (Red+Green+Blue) = 171+22+157=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB169D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB169D is #54E962. Grayscale: #515151. Windows color (decimal): -5564771 or 10294955. OLE color: 10294955.

HSL color Cylindrical-coordinate representation of color #AB169D: hue angle of 305.64º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB169D is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 22 157 -
CMYK 0 0.87 0.08 0.33
HSL 305.64º 0.77% 0.38% -
HSV(B) 305.64º 0.87% 0.67% -
XYZ 23.17 11.67 32.93 -
YUV 81.94 170.36 191.52 -
System Red Green Blue C M Y K H S L
Decimal 171 22 157 0 0.87 0.08 0.33 305.64 0.77 0.38
Hex AB 16 9D 0 57 8 21 132 4D 26
Octal 253 26 235 0 127 10 41 462 115 46
Binary 10101011 10110 10011101 0 1010111 1000 100001 100110010 1001101 100110

Color Harmonies of #AB169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB169D

Black with #AB169D

Text Example


Text Example

White with #AB169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB169D; }

 p { color: rgb(171,22,157); }

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

background-color css

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

 a { background-color: rgb(171,22,157); }

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

border-color css

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

 span { border-color: rgb(171,22,157); }

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