#AA659F

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

Shades of Violet Blue #AA659F

Tints of Violet Blue #AA659F

Color information

#AA659F (or 0xAA659F) is unknown color: approx Violet Blue. HEX triplet: AA, 65 and 9F. RGB value is (170,101,159). Sum of RGB (Red+Green+Blue) = 170+101+159=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA659F is #559A60. Grayscale: #808080. Windows color (decimal): -5610081 or 10446250. OLE color: 10446250.

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

Color convert

RGB170101159-
CMYK00.410.060.33
HSL309.57º28.87%53.14%-
HSV(B)309.57º40.59%66.67%-
XYZ27.4920.3635.28-
YUV128.24145.36157.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=39.53%
G=23.49%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010115900.410.060.33309.5728.8753.14
HexAA659F0296211361d35
Octal2521452370516414663565
Binary10101010110010110011111010100111010000110011011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA659F; }

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

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

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

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

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

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

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

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