Html Css Color HEX #AA04DC Dark Violet

📋 copy color: '#AA04DC'

red 170 ◦ green 4 ◦ blue 220

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

Shades of Dark Violet #AA04DC

Tints of Dark Violet #AA04DC

RGB

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

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

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

R = 43.15%
G = 1.02%
B = 55.84%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA04DC (or 0xAA04DC) is known color: Dark Violet. HEX triplet: AA, 04 and DC. RGB value is (170,4,220). Sum of RGB (Red+Green+Blue) = 170+4+220=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA04DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04DC is #55FB23. Grayscale: #4D4D4D. Windows color (decimal): -5634852 or 14419114. OLE color: 14419114.

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

Color convert

RGB 170 4 220 -
CMYK 0.23 0.98 0 0.14
HSL 286.11º 0.96% 0.44% -
HSV(B) 286.11º 0.98% 0.86% -
XYZ 29.54 13.8 68.82 -
YUV 78.26 208 193.44 -
System Red Green Blue C M Y K H S L
Decimal 170 4 220 0.23 0.98 0 0.14 286.11 0.96 0.44
Hex AA 4 DC 17 62 0 E 11E 60 2C
Octal 252 4 334 27 142 0 16 436 140 54
Binary 10101010 100 11011100 10111 1100010 0 1110 100011110 1100000 101100

Color Harmonies of #AA04DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04DC

Black with #AA04DC

Text Example


Text Example

White with #AA04DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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