Html Css Color HEX #AA18DD Dark Violet

📋 copy color: '#AA18DD'

red 170 ◦ green 24 ◦ blue 221

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

Shades of Dark Violet #AA18DD

Tints of Dark Violet #AA18DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.78%

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

R = 40.96%
G = 5.78%
B = 53.25%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA18DD (or 0xAA18DD) is known color: Dark Violet. HEX triplet: AA, 18 and DD. RGB value is (170,24,221). Sum of RGB (Red+Green+Blue) = 170+24+221=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA18DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18DD is #55E722. Grayscale: #595959. Windows color (decimal): -5629731 or 14489770. OLE color: 14489770.

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

Color convert

RGB 170 24 221 -
CMYK 0.23 0.89 0 0.13
HSL 284.47º 0.8% 0.48% -
HSV(B) 284.47º 0.89% 0.87% -
XYZ 29.96 14.42 69.61 -
YUV 90.11 201.87 184.98 -
System Red Green Blue C M Y K H S L
Decimal 170 24 221 0.23 0.89 0 0.13 284.47 0.8 0.48
Hex AA 18 DD 17 59 0 D 11C 50 30
Octal 252 30 335 27 131 0 15 434 120 60
Binary 10101010 11000 11011101 10111 1011001 0 1101 100011100 1010000 110000

Color Harmonies of #AA18DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18DD

Black with #AA18DD

Text Example


Text Example

White with #AA18DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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