#AA519A

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

Shades of Violet Blue #AA519A

Tints of Violet Blue #AA519A

Color information

#AA519A (or 0xAA519A) is unknown color: approx Violet Blue. HEX triplet: AA, 51 and 9A. RGB value is (170,81,154). Sum of RGB (Red+Green+Blue) = 170+81+154=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA519A is #55AE65. Grayscale: #737373. Windows color (decimal): -5615206 or 10113450. OLE color: 10113450.

HSL color Cylindrical-coordinate representation of color #AA519A: hue angle of 310.79º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA519A is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17081154-
CMYK00.520.090.33
HSL310.79º35.46%49.22%-
HSV(B)310.79º52.35%66.67%-
XYZ25.3516.7632.47-
YUV115.93149.49166.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 81 (32.03% from 255) = 20%
BLUE value IS 154 (60.55% from 255) = 38.02%
R=41.98%
G=20%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708115400.520.090.33310.7935.4649.22
HexAA519A0349211372331
Octal25212123206411414674361
Binary1010101010100011001101001101001001100001100110111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA519A; }

 p { color: rgb(170,81,154); }

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

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

 a { background-color: rgb(170,81,154); }

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

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

 span { border-color: rgb(170,81,154); }

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