#AA0AD5

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

Shades of Dark Violet #AA0AD5

Tints of Dark Violet #AA0AD5

Color information

#AA0AD5 (or 0xAA0AD5) is unknown color: approx Dark Violet. HEX triplet: AA, 0A and D5. RGB value is (170,10,213). Sum of RGB (Red+Green+Blue) = 170+10+213=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 213 (83.59% from 255 or 54.20% from 393); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA0AD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0AD5 is #55F52A. Grayscale: #505050. Windows color (decimal): -5633323 or 13961898. OLE color: 13961898.

HSL color Cylindrical-coordinate representation of color #AA0AD5: hue angle of 287.29º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0AD5 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17010213-
CMYK0.200.9500.16
HSL287.29º91.03%43.73%-
HSV(B)287.29º95.31%83.53%-
XYZ28.713.5764.06-
YUV80.98202.51191.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 10 (4.30% from 255) = 2.54%
BLUE value IS 213 (83.59% from 255) = 54.20%
R=43.26%
G=2.54%
B=54.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170102130.200.9500.16287.2991.0343.73
HexAAAD5145F01011f5b2c
Octal252123252413702043713354
Binary101010101010110101011010010111110100001000111111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0AD5; }

 p { color: rgb(170,10,213); }

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

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

 a { background-color: rgb(170,10,213); }

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

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

 span { border-color: rgb(170,10,213); }

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