Html Css Color HEX #AA17DA Dark Violet

📋 copy color: '#AA17DA'

red 170 ◦ green 23 ◦ blue 218

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

Shades of Dark Violet #AA17DA

Tints of Dark Violet #AA17DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 41.36%
G = 5.6%
B = 53.04%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA17DA (or 0xAA17DA) is known color: Dark Violet. HEX triplet: AA, 17 and DA. RGB value is (170,23,218). Sum of RGB (Red+Green+Blue) = 170+23+218=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA17DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17DA is #55E825. Grayscale: #585858. Windows color (decimal): -5629990 or 14292906. OLE color: 14292906.

HSL color Cylindrical-coordinate representation of color #AA17DA: hue angle of 285.23º 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 #AA17DA is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 23 218 -
CMYK 0.22 0.89 0 0.15
HSL 285.23º 0.81% 0.47% -
HSV(B) 285.23º 0.89% 0.85% -
XYZ 29.54 14.22 67.52 -
YUV 89.18 200.7 185.64 -
System Red Green Blue C M Y K H S L
Decimal 170 23 218 0.22 0.89 0 0.15 285.23 0.81 0.47
Hex AA 17 DA 16 59 0 F 11D 51 2F
Octal 252 27 332 26 131 0 17 435 121 57
Binary 10101010 10111 11011010 10110 1011001 0 1111 100011101 1010001 101111

Color Harmonies of #AA17DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17DA

Black with #AA17DA

Text Example


Text Example

White with #AA17DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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