Html Css Color HEX #AA09CE Dark Violet

📋 copy color: '#AA09CE'

red 170 ◦ green 9 ◦ blue 206

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

Shades of Dark Violet #AA09CE

Tints of Dark Violet #AA09CE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.34%

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

R = 44.16%
G = 2.34%
B = 53.51%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA09CE (or 0xAA09CE) is known color: Dark Violet. HEX triplet: AA, 09 and CE. RGB value is (170,9,206). Sum of RGB (Red+Green+Blue) = 170+9+206=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA09CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09CE is #55F631. Grayscale: #4E4E4E. Windows color (decimal): -5633586 or 13502890. OLE color: 13502890.

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

Color convert

RGB 170 9 206 -
CMYK 0.17 0.96 0 0.19
HSL 289.04º 0.92% 0.42% -
HSV(B) 289.04º 0.96% 0.81% -
XYZ 27.82 13.2 59.47 -
YUV 79.6 199.34 192.48 -
System Red Green Blue C M Y K H S L
Decimal 170 9 206 0.17 0.96 0 0.19 289.04 0.92 0.42
Hex AA 9 CE 11 60 0 13 121 5C 2A
Octal 252 11 316 21 140 0 23 441 134 52
Binary 10101010 1001 11001110 10001 1100000 0 10011 100100001 1011100 101010

Color Harmonies of #AA09CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09CE

Black with #AA09CE

Text Example


Text Example

White with #AA09CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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