Html Css Color HEX #AA19DE Dark Violet

📋 copy color: '#AA19DE'

red 170 ◦ green 25 ◦ blue 222

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

Shades of Dark Violet #AA19DE

Tints of Dark Violet #AA19DE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6%

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 40.77%
G = 6%
B = 53.24%

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

#AA19DE (or 0xAA19DE) is known color: Dark Violet. HEX triplet: AA, 19 and DE. RGB value is (170,25,222). Sum of RGB (Red+Green+Blue) = 170+25+222=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA19DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA19DE is #55E621. Grayscale: #5A5A5A. Windows color (decimal): -5629474 or 14555562. OLE color: 14555562.

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

Color convert

RGB 170 25 222 -
CMYK 0.23 0.89 0 0.13
HSL 284.16º 0.8% 0.48% -
HSV(B) 284.16º 0.89% 0.87% -
XYZ 30.11 14.52 70.32 -
YUV 90.81 202.04 184.48 -
System Red Green Blue C M Y K H S L
Decimal 170 25 222 0.23 0.89 0 0.13 284.16 0.8 0.48
Hex AA 19 DE 17 59 0 D 11C 50 30
Octal 252 31 336 27 131 0 15 434 120 60
Binary 10101010 11001 11011110 10111 1011001 0 1101 100011100 1010000 110000

Color Harmonies of #AA19DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19DE

Black with #AA19DE

Text Example


Text Example

White with #AA19DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19DE; }

 p { color: rgb(170,25,222); }

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

background-color css

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

 a { background-color: rgb(170,25,222); }

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

border-color css

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

 span { border-color: rgb(170,25,222); }

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