Html Css Color HEX #AA18DC Dark Violet

📋 copy color: '#AA18DC'

red 170 ◦ green 24 ◦ blue 220

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

Shades of Dark Violet #AA18DC

Tints of Dark Violet #AA18DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 41.06%
G = 5.8%
B = 53.14%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA18DC (or 0xAA18DC) is known color: Dark Violet. HEX triplet: AA, 18 and DC. RGB value is (170,24,220). Sum of RGB (Red+Green+Blue) = 170+24+220=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA18DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18DC is #55E723. Grayscale: #595959. Windows color (decimal): -5629732 or 14424234. OLE color: 14424234.

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

Color convert

RGB 170 24 220 -
CMYK 0.23 0.89 0 0.14
HSL 284.69º 0.8% 0.48% -
HSV(B) 284.69º 0.89% 0.86% -
XYZ 29.82 14.37 68.91 -
YUV 90 201.37 185.06 -
System Red Green Blue C M Y K H S L
Decimal 170 24 220 0.23 0.89 0 0.14 284.69 0.8 0.48
Hex AA 18 DC 17 59 0 E 11D 50 30
Octal 252 30 334 27 131 0 16 435 120 60
Binary 10101010 11000 11011100 10111 1011001 0 1110 100011101 1010000 110000

Color Harmonies of #AA18DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18DC

Black with #AA18DC

Text Example


Text Example

White with #AA18DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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