Html Css Color HEX #AA17AB Dark Magenta

📋 copy color: '#AA17AB'

red 170 ◦ green 23 ◦ blue 171

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

Shades of Dark Magenta #AA17AB

Tints of Dark Magenta #AA17AB

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #AA17AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17AB

Black with #AA17AB

Text Example


Text Example

White with #AA17AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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