Html Css Color HEX #AA0ACC Dark Violet

📋 copy color: '#AA0ACC'

red 170 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #AA0ACC

Tints of Dark Violet #AA0ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.6%

 BLUE value IS 204 (80.08% from 255) = 53.13%

R = 44.27%
G = 2.6%
B = 53.13%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA0ACC (or 0xAA0ACC) is known color: Dark Violet. HEX triplet: AA, 0A and CC. RGB value is (170,10,204). Sum of RGB (Red+Green+Blue) = 170+10+204=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA0ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ACC is #55F533. Grayscale: #4F4F4F. Windows color (decimal): -5633332 or 13372074. OLE color: 13372074.

HSL color Cylindrical-coordinate representation of color #AA0ACC: hue angle of 289.48º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0ACC is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 10 204 -
CMYK 0.17 0.95 0 0.2
HSL 289.48º 0.91% 0.42% -
HSV(B) 289.48º 0.95% 0.8% -
XYZ 27.59 13.12 58.21 -
YUV 79.96 198.01 192.23 -
System Red Green Blue C M Y K H S L
Decimal 170 10 204 0.17 0.95 0 0.2 289.48 0.91 0.42
Hex AA A CC 11 5F 0 14 121 5B 2A
Octal 252 12 314 21 137 0 24 441 133 52
Binary 10101010 1010 11001100 10001 1011111 0 10100 100100001 1011011 101010

Color Harmonies of #AA0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0ACC

Black with #AA0ACC

Text Example


Text Example

White with #AA0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0ACC; }

 p { color: rgb(170,10,204); }

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

background-color css

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

 a { background-color: rgb(170,10,204); }

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

border-color css

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

 span { border-color: rgb(170,10,204); }

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