#AA659C

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

Shades of Violet Blue #AA659C

Tints of Violet Blue #AA659C

Color information

#AA659C (or 0xAA659C) is unknown color: approx Violet Blue. HEX triplet: AA, 65 and 9C. RGB value is (170,101,156). Sum of RGB (Red+Green+Blue) = 170+101+156=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA659C is #559A63. Grayscale: #7F7F7F. Windows color (decimal): -5610084 or 10249642. OLE color: 10249642.

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

Color convert

RGB170101156-
CMYK00.410.080.33
HSL312.17º28.87%53.14%-
HSV(B)312.17º40.59%66.67%-
XYZ27.2320.2533.93-
YUV127.9143.86158.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 156 (61.33% from 255) = 36.53%
R=39.81%
G=23.65%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010115600.410.080.33312.1728.8753.14
HexAA659C0298211381d35
Octal25214523405110414703565
Binary101010101100101100111000101001100010000110011100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA659C; }

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

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

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

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

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

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

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

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