#AA5493

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

Shades of Violet Blue #AA5493

Tints of Violet Blue #AA5493

Color information

#AA5493 (or 0xAA5493) is unknown color: approx Violet Blue. HEX triplet: AA, 54 and 93. RGB value is (170,84,147). Sum of RGB (Red+Green+Blue) = 170+84+147=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5493 is #55AB6C. Grayscale: #747474. Windows color (decimal): -5614445 or 9655466. OLE color: 9655466.

HSL color Cylindrical-coordinate representation of color #AA5493: hue angle of 316.05º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5493 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB17084147-
CMYK00.510.140.33
HSL316.05º33.86%49.8%-
HSV(B)316.05º50.59%66.67%-
XYZ25.0116.9929.57-
YUV116.9144.99165.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=42.39%
G=20.95%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708414700.510.140.33316.0533.8649.8
HexAA5493033E2113c2232
Octal25212422306316414744262
Binary1010101010101001001001101100111110100001100111100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5493; }

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

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

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

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

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

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

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

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