#AA5393

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

Shades of Violet Blue #AA5393

Tints of Violet Blue #AA5393

Color information

#AA5393 (or 0xAA5393) is unknown color: approx Violet Blue. HEX triplet: AA, 53 and 93. RGB value is (170,83,147). Sum of RGB (Red+Green+Blue) = 170+83+147=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5393 is #55AC6C. Grayscale: #747474. Windows color (decimal): -5614701 or 9655210. OLE color: 9655210.

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

Color convert

RGB17083147-
CMYK00.510.140.33
HSL315.86º34.39%49.61%-
HSV(B)315.86º51.18%66.67%-
XYZ24.9416.8429.54-
YUV116.31145.32166.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 83 (32.81% from 255) = 20.75%
BLUE value IS 147 (57.81% from 255) = 36.75%
R=42.5%
G=20.75%
B=36.75%

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
Decimal1708314700.510.140.33315.8634.3949.61
HexAA5393033E2113c2232
Octal25212322306316414744262
Binary1010101010100111001001101100111110100001100111100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5393; }

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

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

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

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

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

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

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

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