#AA0DCC

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

Shades of Dark Violet #AA0DCC

Tints of Dark Violet #AA0DCC

Color information

#AA0DCC (or 0xAA0DCC) is unknown color: approx Dark Violet. HEX triplet: AA, 0D and CC. RGB value is (170,13,204). Sum of RGB (Red+Green+Blue) = 170+13+204=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA0DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DCC is #55F233. Grayscale: #515151. Windows color (decimal): -5632564 or 13372842. OLE color: 13372842.

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

Color convert

RGB17013204-
CMYK0.170.9400.2
HSL289.32º88.02%42.55%-
HSV(B)289.32º93.63%80%-
XYZ27.6213.1958.22-
YUV81.72197.01190.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 13 (5.47% from 255) = 3.36%
BLUE value IS 204 (80.08% from 255) = 52.71%
R=43.93%
G=3.36%
B=52.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170132040.170.9400.2289.3288.0242.55
HexAADCC115E014121582b
Octal252153142113602444113053
Binary101010101101110011001000110111100101001001000011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0DCC; }

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

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

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

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

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

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

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

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