Html Css Color HEX #AA17D8 Dark Violet

📋 copy color: '#AA17D8'

red 170 ◦ green 23 ◦ blue 216

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

Shades of Dark Violet #AA17D8

Tints of Dark Violet #AA17D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.81%

R = 41.56%
G = 5.62%
B = 52.81%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA17D8 (or 0xAA17D8) is known color: Dark Violet. HEX triplet: AA, 17 and D8. RGB value is (170,23,216). Sum of RGB (Red+Green+Blue) = 170+23+216=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 216 (84.77% from 255 or 52.81% from 409); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA17D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17D8 is #55E827. Grayscale: #585858. Windows color (decimal): -5629992 or 14161834. OLE color: 14161834.

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

Color convert

RGB 170 23 216 -
CMYK 0.21 0.89 0 0.15
HSL 285.7º 0.81% 0.47% -
HSV(B) 285.7º 0.89% 0.85% -
XYZ 29.28 14.12 66.15 -
YUV 88.96 199.7 185.81 -
System Red Green Blue C M Y K H S L
Decimal 170 23 216 0.21 0.89 0 0.15 285.7 0.81 0.47
Hex AA 17 D8 15 59 0 F 11E 51 2F
Octal 252 27 330 25 131 0 17 436 121 57
Binary 10101010 10111 11011000 10101 1011001 0 1111 100011110 1010001 101111

Color Harmonies of #AA17D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17D8

Black with #AA17D8

Text Example


Text Example

White with #AA17D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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