Html Css Color HEX #AA17D5 Dark Violet

📋 copy color: '#AA17D5'

red 170 ◦ green 23 ◦ blue 213

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

Shades of Dark Violet #AA17D5

Tints of Dark Violet #AA17D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.46%

R = 41.87%
G = 5.67%
B = 52.46%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA17D5 (or 0xAA17D5) is known color: Dark Violet. HEX triplet: AA, 17 and D5. RGB value is (170,23,213). Sum of RGB (Red+Green+Blue) = 170+23+213=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA17D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17D5 is #55E82A. Grayscale: #585858. Windows color (decimal): -5629995 or 13965226. OLE color: 13965226.

HSL color Cylindrical-coordinate representation of color #AA17D5: hue angle of 286.42º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA17D5 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 23 213 -
CMYK 0.20 0.89 0 0.16
HSL 286.42º 0.81% 0.46% -
HSV(B) 286.42º 0.89% 0.84% -
XYZ 28.89 13.96 64.12 -
YUV 88.61 198.2 186.05 -
System Red Green Blue C M Y K H S L
Decimal 170 23 213 0.20 0.89 0 0.16 286.42 0.81 0.46
Hex AA 17 D5 14 59 0 10 11E 51 2E
Octal 252 27 325 24 131 0 20 436 121 56
Binary 10101010 10111 11010101 10100 1011001 0 10000 100011110 1010001 101110

Color Harmonies of #AA17D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17D5

Black with #AA17D5

Text Example


Text Example

White with #AA17D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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