#AA5796

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

Shades of Violet Blue #AA5796

Tints of Violet Blue #AA5796

Color information

#AA5796 (or 0xAA5796) is unknown color: approx Violet Blue. HEX triplet: AA, 57 and 96. RGB value is (170,87,150). Sum of RGB (Red+Green+Blue) = 170+87+150=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5796 is #55A869. Grayscale: #767676. Windows color (decimal): -5613674 or 9852842. OLE color: 9852842.

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

Color convert

RGB17087150-
CMYK00.490.120.33
HSL314.46º32.81%50.39%-
HSV(B)314.46º48.82%66.67%-
XYZ25.4917.5630.9-
YUV119145.5164.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 87 (34.38% from 255) = 21.38%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=41.77%
G=21.38%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708715000.490.120.33314.4632.8150.39
HexAA5796031C2113a2132
Octal25212722606114414724162
Binary1010101010101111001011001100011100100001100111010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5796; }

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

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

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

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

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

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

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

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