#AA55AE

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

Shades of Violet Blue #AA55AE

Tints of Violet Blue #AA55AE

Color information

#AA55AE (or 0xAA55AE) is unknown color: approx Violet Blue. HEX triplet: AA, 55 and AE. RGB value is (170,85,174). Sum of RGB (Red+Green+Blue) = 170+85+174=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA55AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA55AE is #55AA51. Grayscale: #787878. Windows color (decimal): -5614162 or 11425194. OLE color: 11425194.

HSL color Cylindrical-coordinate representation of color #AA55AE: hue angle of 297.3º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA55AE is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17085174-
CMYK0.020.5100.32
HSL297.3º35.46%50.78%-
HSV(B)297.3º51.15%68.24%-
XYZ27.4718.142.09-
YUV120.56158.16163.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 85 (33.59% from 255) = 19.81%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=39.63%
G=19.81%
B=40.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170851740.020.5100.32297.335.4650.78
HexAA55AE2330201292333
Octal2521252562630404514363
Binary10101010101010110101110101100110100000100101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA55AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA55AE; }

 p { color: rgb(170,85,174); }

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

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

 a { background-color: rgb(170,85,174); }

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

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

 span { border-color: rgb(170,85,174); }

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