#A55996

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

Shades of Violet Blue #A55996

Tints of Violet Blue #A55996

Color information

#A55996 (or 0xA55996) is unknown color: approx Violet Blue. HEX triplet: A5, 59 and 96. RGB value is (165,89,150). Sum of RGB (Red+Green+Blue) = 165+89+150=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A55996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55996 is #5AA669. Grayscale: #767676. Windows color (decimal): -5940842 or 9853349. OLE color: 9853349.

HSL color Cylindrical-coordinate representation of color #A55996: hue angle of 311.84º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55996 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB16589150-
CMYK00.460.090.35
HSL311.84º29.92%49.8%-
HSV(B)311.84º46.06%64.71%-
XYZ24.5917.3530.91-
YUV118.68145.68161.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=40.84%
G=22.03%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658915000.460.090.35311.8429.9249.8
HexA5599602E9231381e32
Octal24513122605611434703662
Binary101001011011001100101100101110100110001110011100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55996; }

 p { color: rgb(165,89,150); }

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

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

 a { background-color: rgb(165,89,150); }

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

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

 span { border-color: rgb(165,89,150); }

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