#AA5896

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

Shades of Violet Blue #AA5896

Tints of Violet Blue #AA5896

Color information

#AA5896 (or 0xAA5896) is unknown color: approx Violet Blue. HEX triplet: AA, 58 and 96. RGB value is (170,88,150). Sum of RGB (Red+Green+Blue) = 170+88+150=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5896 is #55A769. Grayscale: #777777. Windows color (decimal): -5613418 or 9853098. OLE color: 9853098.

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

Color convert

RGB17088150-
CMYK00.480.120.33
HSL314.63º32.54%50.59%-
HSV(B)314.63º48.24%66.67%-
XYZ25.5717.7330.93-
YUV119.59145.17163.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 88 (34.77% from 255) = 21.57%
BLUE value IS 150 (58.98% from 255) = 36.76%
R=41.67%
G=21.57%
B=36.76%

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
Decimal1708815000.480.120.33314.6332.5450.59
HexAA5896030C2113b2133
Octal25213022606014414734163
Binary1010101010110001001011001100001100100001100111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5896; }

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

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

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

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

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

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

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

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