#AA649F

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

Shades of Violet Blue #AA649F

Tints of Violet Blue #AA649F

Color information

#AA649F (or 0xAA649F) is unknown color: approx Violet Blue. HEX triplet: AA, 64 and 9F. RGB value is (170,100,159). Sum of RGB (Red+Green+Blue) = 170+100+159=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA649F is #559B60. Grayscale: #7F7F7F. Windows color (decimal): -5610337 or 10445994. OLE color: 10445994.

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

Color convert

RGB170100159-
CMYK00.410.060.33
HSL309.43º29.17%52.94%-
HSV(B)309.43º41.18%66.67%-
XYZ27.3920.1635.25-
YUV127.66145.69158.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=39.63%
G=23.31%
B=37.06%

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
Decimal17010015900.410.060.33309.4329.1752.94
HexAA649F0296211351d35
Octal2521442370516414653565
Binary10101010110010010011111010100111010000110011010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA649F; }

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

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

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

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

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

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

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

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