#AA09CC

Color #AA09CC Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AA09CC

Tints of Dark Violet #AA09CC

Color information

#AA09CC (or 0xAA09CC) is unknown color: approx Dark Violet. HEX triplet: AA, 09 and CC. RGB value is (170,9,204). Sum of RGB (Red+Green+Blue) = 170+9+204=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA09CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09CC is #55F633. Grayscale: #4E4E4E. Windows color (decimal): -5633588 or 13371818. OLE color: 13371818.

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

Color convert

RGB1709204-
CMYK0.170.9600.2
HSL289.54º91.55%41.76%-
HSV(B)289.54º95.59%80%-
XYZ27.5713.158.2-
YUV79.37198.34192.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 9 (3.91% from 255) = 2.35%
BLUE value IS 204 (80.08% from 255) = 53.26%
R=44.39%
G=2.35%
B=53.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17092040.170.9600.2289.5491.5541.76
HexAA9CC11600141225c2a
Octal252113142114002444213452
Binary101010101001110011001000111000000101001001000101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA09CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA09CC; }

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

 H1.HeaderClassName
 {
   color: #AA09CC;
 }
 .AnyTagClassName
 {
   color: #AA09CC;
 }
</style>
background-color css

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

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

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

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

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

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