Html Css Color HEX #AB17A6 Dark Magenta

📋 copy color: '#AB17A6'

red 171 ◦ green 23 ◦ blue 166

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

Shades of Dark Magenta #AB17A6

Tints of Dark Magenta #AB17A6

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.39%

 BLUE value IS 166 (65.23% from 255) = 46.11%

R = 47.5%
G = 6.39%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AB17A6 (or 0xAB17A6) is known color: Dark Magenta. HEX triplet: AB, 17 and A6. RGB value is (171,23,166). Sum of RGB (Red+Green+Blue) = 171+23+166=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB17A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB17A6 is #54E859. Grayscale: #535353. Windows color (decimal): -5564506 or 10885035. OLE color: 10885035.

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

Color convert

RGB 171 23 166 -
CMYK 0 0.87 0.03 0.33
HSL 302.03º 0.76% 0.38% -
HSV(B) 302.03º 0.87% 0.67% -
XYZ 23.98 12.02 37.13 -
YUV 83.55 174.53 190.37 -
System Red Green Blue C M Y K H S L
Decimal 171 23 166 0 0.87 0.03 0.33 302.03 0.76 0.38
Hex AB 17 A6 0 57 3 21 12E 4C 26
Octal 253 27 246 0 127 3 41 456 114 46
Binary 10101011 10111 10100110 0 1010111 11 100001 100101110 1001100 100110

Color Harmonies of #AB17A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB17A6

Black with #AB17A6

Text Example


Text Example

White with #AB17A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB17A6; }

 p { color: rgb(171,23,166); }

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

background-color css

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

 a { background-color: rgb(171,23,166); }

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

border-color css

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

 span { border-color: rgb(171,23,166); }

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