#AA5593

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

Shades of Violet Blue #AA5593

Tints of Violet Blue #AA5593

Color information

#AA5593 (or 0xAA5593) is unknown color: approx Violet Blue. HEX triplet: AA, 55 and 93. RGB value is (170,85,147). Sum of RGB (Red+Green+Blue) = 170+85+147=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5593 is #55AA6C. Grayscale: #757575. Windows color (decimal): -5614189 or 9655722. OLE color: 9655722.

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

Color convert

RGB17085147-
CMYK00.500.140.33
HSL316.24º33.33%50%-
HSV(B)316.24º50%66.67%-
XYZ25.0917.1529.59-
YUV117.48144.66165.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 85 (33.59% from 255) = 21.14%
BLUE value IS 147 (57.81% from 255) = 36.57%
R=42.29%
G=21.14%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708514700.500.140.33316.2433.3350
HexAA5593032E2113c2132
Octal25212522306216414744162
Binary1010101010101011001001101100101110100001100111100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5593; }

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

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

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

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

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

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

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

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