#AA659A

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

Shades of Violet Blue #AA659A

Tints of Violet Blue #AA659A

Color information

#AA659A (or 0xAA659A) is unknown color: approx Violet Blue. HEX triplet: AA, 65 and 9A. RGB value is (170,101,154). Sum of RGB (Red+Green+Blue) = 170+101+154=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA659A is #559A65. Grayscale: #7F7F7F. Windows color (decimal): -5610086 or 10118570. OLE color: 10118570.

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

Color convert

RGB170101154-
CMYK00.410.090.33
HSL313.91º28.87%53.14%-
HSV(B)313.91º40.59%66.67%-
XYZ27.0620.1933.04-
YUV127.67142.86158.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 154 (60.55% from 255) = 36.24%
R=40%
G=23.76%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010115400.410.090.33313.9128.8753.14
HexAA659A02992113a1d35
Octal25214523205111414723565
Binary101010101100101100110100101001100110000110011101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA659A; }

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

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

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

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

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

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

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

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