Html Css Color HEX #AA04DE Dark Violet

📋 copy color: '#AA04DE'

red 170 ◦ green 4 ◦ blue 222

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

Shades of Dark Violet #AA04DE

Tints of Dark Violet #AA04DE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

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

R = 42.93%
G = 1.01%
B = 56.06%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA04DE (or 0xAA04DE) is known color: Dark Violet. HEX triplet: AA, 04 and DE. RGB value is (170,4,222). Sum of RGB (Red+Green+Blue) = 170+4+222=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA04DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04DE is #55FB21. Grayscale: #4D4D4D. Windows color (decimal): -5634850 or 14550186. OLE color: 14550186.

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

Color convert

RGB 170 4 222 -
CMYK 0.23 0.98 0 0.13
HSL 285.69º 0.96% 0.44% -
HSV(B) 285.69º 0.98% 0.87% -
XYZ 29.81 13.91 70.22 -
YUV 78.49 209 193.27 -
System Red Green Blue C M Y K H S L
Decimal 170 4 222 0.23 0.98 0 0.13 285.69 0.96 0.44
Hex AA 4 DE 17 62 0 D 11E 60 2C
Octal 252 4 336 27 142 0 15 436 140 54
Binary 10101010 100 11011110 10111 1100010 0 1101 100011110 1100000 101100

Color Harmonies of #AA04DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04DE

Black with #AA04DE

Text Example


Text Example

White with #AA04DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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