Html Css Color HEX #AA0CCC Dark Violet

📋 copy color: '#AA0CCC'

red 170 ◦ green 12 ◦ blue 204

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

Shades of Dark Violet #AA0CCC

Tints of Dark Violet #AA0CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.11%

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

R = 44.04%
G = 3.11%
B = 52.85%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA0CCC (or 0xAA0CCC) is known color: Dark Violet. HEX triplet: AA, 0C and CC. RGB value is (170,12,204). Sum of RGB (Red+Green+Blue) = 170+12+204=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA0CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CCC is #55F333. Grayscale: #505050. Windows color (decimal): -5632820 or 13372586. OLE color: 13372586.

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

Color convert

RGB 170 12 204 -
CMYK 0.17 0.94 0 0.2
HSL 289.38º 0.89% 0.42% -
HSV(B) 289.38º 0.94% 0.8% -
XYZ 27.61 13.17 58.21 -
YUV 81.13 197.35 191.39 -
System Red Green Blue C M Y K H S L
Decimal 170 12 204 0.17 0.94 0 0.2 289.38 0.89 0.42
Hex AA C CC 11 5E 0 14 121 59 2A
Octal 252 14 314 21 136 0 24 441 131 52
Binary 10101010 1100 11001100 10001 1011110 0 10100 100100001 1011001 101010

Color Harmonies of #AA0CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CCC

Black with #AA0CCC

Text Example


Text Example

White with #AA0CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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