Html Css Color HEX #AA17DD Dark Violet

📋 copy color: '#AA17DD'

red 170 ◦ green 23 ◦ blue 221

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

Shades of Dark Violet #AA17DD

Tints of Dark Violet #AA17DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 41.06%
G = 5.56%
B = 53.38%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA17DD (or 0xAA17DD) is known color: Dark Violet. HEX triplet: AA, 17 and DD. RGB value is (170,23,221). Sum of RGB (Red+Green+Blue) = 170+23+221=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA17DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17DD is #55E822. Grayscale: #585858. Windows color (decimal): -5629987 or 14489514. OLE color: 14489514.

HSL color Cylindrical-coordinate representation of color #AA17DD: hue angle of 284.55º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA17DD is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 23 221 -
CMYK 0.23 0.90 0 0.13
HSL 284.55º 0.81% 0.48% -
HSV(B) 284.55º 0.9% 0.87% -
XYZ 29.94 14.38 69.6 -
YUV 89.53 202.2 185.4 -
System Red Green Blue C M Y K H S L
Decimal 170 23 221 0.23 0.90 0 0.13 284.55 0.81 0.48
Hex AA 17 DD 17 5A 0 D 11D 51 30
Octal 252 27 335 27 132 0 15 435 121 60
Binary 10101010 10111 11011101 10111 1011010 0 1101 100011101 1010001 110000

Color Harmonies of #AA17DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17DD

Black with #AA17DD

Text Example


Text Example

White with #AA17DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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