#AA5894

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

Shades of Violet Blue #AA5894

Tints of Violet Blue #AA5894

Color information

#AA5894 (or 0xAA5894) is unknown color: approx Violet Blue. HEX triplet: AA, 58 and 94. RGB value is (170,88,148). Sum of RGB (Red+Green+Blue) = 170+88+148=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5894 is #55A76B. Grayscale: #777777. Windows color (decimal): -5613420 or 9722026. OLE color: 9722026.

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

Color convert

RGB17088148-
CMYK00.480.130.33
HSL316.1º32.54%50.59%-
HSV(B)316.1º48.24%66.67%-
XYZ25.4117.6630.09-
YUV119.36144.17164.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 88 (34.77% from 255) = 21.67%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=41.87%
G=21.67%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708814800.480.130.33316.132.5450.59
HexAA5894030D2113c2133
Octal25213022406015414744163
Binary1010101010110001001010001100001101100001100111100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5894; }

 p { color: rgb(170,88,148); }

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

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

 a { background-color: rgb(170,88,148); }

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

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

 span { border-color: rgb(170,88,148); }

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