#AA5E93

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

Shades of Violet Blue #AA5E93

Tints of Violet Blue #AA5E93

Color information

#AA5E93 (or 0xAA5E93) is unknown color: approx Violet Blue. HEX triplet: AA, 5E and 93. RGB value is (170,94,147). Sum of RGB (Red+Green+Blue) = 170+94+147=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5E93 is #55A16C. Grayscale: #7A7A7A. Windows color (decimal): -5611885 or 9658026. OLE color: 9658026.

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

Color convert

RGB17094147-
CMYK00.450.140.33
HSL318.16º30.89%51.76%-
HSV(B)318.16º44.71%66.67%-
XYZ25.8518.6629.84-
YUV122.77141.68161.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 94 (37.11% from 255) = 22.87%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=41.36%
G=22.87%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709414700.450.140.33318.1630.8951.76
HexAA5E9302DE2113e1f34
Octal25213622305516414763764
Binary101010101011110100100110101101111010000110011111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5E93; }

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

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

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

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

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

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

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

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