#AA54AE

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

Shades of Violet Blue #AA54AE

Tints of Violet Blue #AA54AE

Color information

#AA54AE (or 0xAA54AE) is unknown color: approx Violet Blue. HEX triplet: AA, 54 and AE. RGB value is (170,84,174). Sum of RGB (Red+Green+Blue) = 170+84+174=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA54AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA54AE is #55AB51. Grayscale: #777777. Windows color (decimal): -5614418 or 11424938. OLE color: 11424938.

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

Color convert

RGB17084174-
CMYK0.020.5200.32
HSL297.33º35.71%50.59%-
HSV(B)297.33º51.72%68.24%-
XYZ27.3917.9442.06-
YUV119.97158.49163.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 84 (33.20% from 255) = 19.63%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=39.72%
G=19.63%
B=40.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170841740.020.5200.32297.3335.7150.59
HexAA54AE2340201292433
Octal2521242562640404514463
Binary10101010101010010101110101101000100000100101001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA54AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA54AE; }

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

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

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

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

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

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

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

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