#AA5392

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

Shades of Violet Blue #AA5392

Tints of Violet Blue #AA5392

Color information

#AA5392 (or 0xAA5392) is unknown color: approx Violet Blue. HEX triplet: AA, 53 and 92. RGB value is (170,83,146). Sum of RGB (Red+Green+Blue) = 170+83+146=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5392 is #55AC6D. Grayscale: #747474. Windows color (decimal): -5614702 or 9589674. OLE color: 9589674.

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

Color convert

RGB17083146-
CMYK00.510.140.33
HSL316.55º34.39%49.61%-
HSV(B)316.55º51.18%66.67%-
XYZ24.8616.8129.13-
YUV116.2144.82166.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 83 (32.81% from 255) = 20.80%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=42.61%
G=20.80%
B=36.59%

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
Decimal1708314600.510.140.33316.5534.3949.61
HexAA5392033E2113d2232
Octal25212322206316414754262
Binary1010101010100111001001001100111110100001100111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5392; }

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

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

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

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

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

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

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

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