#AA6499

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

Shades of Violet Blue #AA6499

Tints of Violet Blue #AA6499

Color information

#AA6499 (or 0xAA6499) is unknown color: approx Violet Blue. HEX triplet: AA, 64 and 99. RGB value is (170,100,153). Sum of RGB (Red+Green+Blue) = 170+100+153=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6499 is #559B66. Grayscale: #7E7E7E. Windows color (decimal): -5610343 or 10052778. OLE color: 10052778.

HSL color Cylindrical-coordinate representation of color #AA6499: hue angle of 314.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6499 is Cyan = 0, Magento = 0.41, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB170100153-
CMYK00.410.10.33
HSL314.57º29.17%52.94%-
HSV(B)314.57º41.18%66.67%-
XYZ26.8819.9632.57-
YUV126.97142.69158.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=40.19%
G=23.64%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010015300.410.10.33314.5729.1752.94
HexAA6499029A2113b1d35
Octal25214423105112414733565
Binary101010101100100100110010101001101010000110011101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6499; }

 p { color: rgb(170,100,153); }

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

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

 a { background-color: rgb(170,100,153); }

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

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

 span { border-color: rgb(170,100,153); }

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