Html Css Color HEX #AA17D7 Dark Violet

📋 copy color: '#AA17D7'

red 170 ◦ green 23 ◦ blue 215

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

Shades of Dark Violet #AA17D7

Tints of Dark Violet #AA17D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.7%

R = 41.67%
G = 5.64%
B = 52.7%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA17D7 (or 0xAA17D7) is known color: Dark Violet. HEX triplet: AA, 17 and D7. RGB value is (170,23,215). Sum of RGB (Red+Green+Blue) = 170+23+215=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 215 (84.38% from 255 or 52.70% from 408); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA17D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17D7 is #55E828. Grayscale: #585858. Windows color (decimal): -5629993 or 14096298. OLE color: 14096298.

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

Color convert

RGB 170 23 215 -
CMYK 0.21 0.89 0 0.16
HSL 285.94º 0.81% 0.47% -
HSV(B) 285.94º 0.89% 0.84% -
XYZ 29.15 14.07 65.47 -
YUV 88.84 199.2 185.89 -
System Red Green Blue C M Y K H S L
Decimal 170 23 215 0.21 0.89 0 0.16 285.94 0.81 0.47
Hex AA 17 D7 15 59 0 10 11E 51 2F
Octal 252 27 327 25 131 0 20 436 121 57
Binary 10101010 10111 11010111 10101 1011001 0 10000 100011110 1010001 101111

Color Harmonies of #AA17D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17D7

Black with #AA17D7

Text Example


Text Example

White with #AA17D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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