Html Css Color HEX #AA0CCE Dark Violet

📋 copy color: '#AA0CCE'

red 170 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #AA0CCE

Tints of Dark Violet #AA0CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 43.81%
G = 3.09%
B = 53.09%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA0CCE (or 0xAA0CCE) is known color: Dark Violet. HEX triplet: AA, 0C and CE. RGB value is (170,12,206). Sum of RGB (Red+Green+Blue) = 170+12+206=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA0CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CCE is #55F331. Grayscale: #505050. Windows color (decimal): -5632818 or 13503658. OLE color: 13503658.

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

Color convert

RGB 170 12 206 -
CMYK 0.17 0.94 0 0.19
HSL 288.87º 0.89% 0.43% -
HSV(B) 288.87º 0.94% 0.81% -
XYZ 27.85 13.27 59.49 -
YUV 81.36 198.35 191.23 -
System Red Green Blue C M Y K H S L
Decimal 170 12 206 0.17 0.94 0 0.19 288.87 0.89 0.43
Hex AA C CE 11 5E 0 13 121 59 2B
Octal 252 14 316 21 136 0 23 441 131 53
Binary 10101010 1100 11001110 10001 1011110 0 10011 100100001 1011001 101011

Color Harmonies of #AA0CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CCE

Black with #AA0CCE

Text Example


Text Example

White with #AA0CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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