#AA649C

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

Shades of Violet Blue #AA649C

Tints of Violet Blue #AA649C

Color information

#AA649C (or 0xAA649C) is unknown color: approx Violet Blue. HEX triplet: AA, 64 and 9C. RGB value is (170,100,156). Sum of RGB (Red+Green+Blue) = 170+100+156=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA649C is #559B63. Grayscale: #7F7F7F. Windows color (decimal): -5610340 or 10249386. OLE color: 10249386.

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

Color convert

RGB170100156-
CMYK00.410.080.33
HSL312º29.17%52.94%-
HSV(B)312º41.18%66.67%-
XYZ27.1420.0633.89-
YUV127.31144.19158.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=39.91%
G=23.47%
B=36.62%

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
Decimal17010015600.410.080.3331229.1752.94
HexAA649C0298211381d35
Octal25214423405110414703565
Binary101010101100100100111000101001100010000110011100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA649C; }

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

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

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

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

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

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

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

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