#AA519D

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

Shades of Violet Blue #AA519D

Tints of Violet Blue #AA519D

Color information

#AA519D (or 0xAA519D) is unknown color: approx Violet Blue. HEX triplet: AA, 51 and 9D. RGB value is (170,81,157). Sum of RGB (Red+Green+Blue) = 170+81+157=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA519D is #55AE62. Grayscale: #747474. Windows color (decimal): -5615203 or 10310058. OLE color: 10310058.

HSL color Cylindrical-coordinate representation of color #AA519D: hue angle of 308.76º 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 #AA519D is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17081157-
CMYK00.520.080.33
HSL308.76º35.46%49.22%-
HSV(B)308.76º52.35%66.67%-
XYZ25.6116.8733.8-
YUV116.28150.99166.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 81 (32.03% from 255) = 19.85%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=41.67%
G=19.85%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708115700.520.080.33308.7635.4649.22
HexAA519D0348211352331
Octal25212123506410414654361
Binary1010101010100011001110101101001000100001100110101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA519D; }

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

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

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

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

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

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

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

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