Html Css Color HEX #AB16A2 Dark Magenta

📋 copy color: '#AB16A2'

red 171 ◦ green 22 ◦ blue 162

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

Shades of Dark Magenta #AB16A2

Tints of Dark Magenta #AB16A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.63%

R = 48.17%
G = 6.2%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB16A2 (or 0xAB16A2) is known color: Dark Magenta. HEX triplet: AB, 16 and A2. RGB value is (171,22,162). Sum of RGB (Red+Green+Blue) = 171+22+162=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB16A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB16A2 is #54E95D. Grayscale: #525252. Windows color (decimal): -5564766 or 10622635. OLE color: 10622635.

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

Color convert

RGB 171 22 162 -
CMYK 0 0.87 0.05 0.33
HSL 303.62º 0.77% 0.38% -
HSV(B) 303.62º 0.87% 0.67% -
XYZ 23.6 11.84 35.22 -
YUV 82.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 171 22 162 0 0.87 0.05 0.33 303.62 0.77 0.38
Hex AB 16 A2 0 57 5 21 130 4D 26
Octal 253 26 242 0 127 5 41 460 115 46
Binary 10101011 10110 10100010 0 1010111 101 100001 100110000 1001101 100110

Color Harmonies of #AB16A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16A2

Black with #AB16A2

Text Example


Text Example

White with #AB16A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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