Html Css Color HEX #AB17AA Dark Magenta

📋 copy color: '#AB17AA'

red 171 ◦ green 23 ◦ blue 170

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

Shades of Dark Magenta #AB17AA

Tints of Dark Magenta #AB17AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 46.98%
G = 6.32%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB17AA (or 0xAB17AA) is known color: Dark Magenta. HEX triplet: AB, 17 and AA. RGB value is (171,23,170). Sum of RGB (Red+Green+Blue) = 171+23+170=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB17AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB17AA is #54E855. Grayscale: #535353. Windows color (decimal): -5564502 or 11147179. OLE color: 11147179.

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

Color convert

RGB 171 23 170 -
CMYK 0 0.87 0.01 0.33
HSL 300.41º 0.76% 0.38% -
HSV(B) 300.41º 0.87% 0.67% -
XYZ 24.36 12.17 39.1 -
YUV 84.01 176.53 190.05 -
System Red Green Blue C M Y K H S L
Decimal 171 23 170 0 0.87 0.01 0.33 300.41 0.76 0.38
Hex AB 17 AA 0 57 1 21 12C 4C 26
Octal 253 27 252 0 127 1 41 454 114 46
Binary 10101011 10111 10101010 0 1010111 1 100001 100101100 1001100 100110

Color Harmonies of #AB17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB17AA

Black with #AB17AA

Text Example


Text Example

White with #AB17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB17AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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