#AA5895

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

Shades of Violet Blue #AA5895

Tints of Violet Blue #AA5895

Color information

#AA5895 (or 0xAA5895) is unknown color: approx Violet Blue. HEX triplet: AA, 58 and 95. RGB value is (170,88,149). Sum of RGB (Red+Green+Blue) = 170+88+149=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5895 is #55A76A. Grayscale: #777777. Windows color (decimal): -5613419 or 9787562. OLE color: 9787562.

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

Color convert

RGB17088149-
CMYK00.480.120.33
HSL315.37º32.54%50.59%-
HSV(B)315.37º48.24%66.67%-
XYZ25.4917.730.51-
YUV119.47144.67164.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 88 (34.77% from 255) = 21.62%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=41.77%
G=21.62%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708814900.480.120.33315.3732.5450.59
HexAA5895030C2113b2133
Octal25213022506014414734163
Binary1010101010110001001010101100001100100001100111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5895; }

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

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

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

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

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

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

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

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