#A55995

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

Shades of Violet Blue #A55995

Tints of Violet Blue #A55995

Color information

#A55995 (or 0xA55995) is unknown color: approx Violet Blue. HEX triplet: A5, 59 and 95. RGB value is (165,89,149). Sum of RGB (Red+Green+Blue) = 165+89+149=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A55995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55995 is #5AA66A. Grayscale: #767676. Windows color (decimal): -5940843 or 9787813. OLE color: 9787813.

HSL color Cylindrical-coordinate representation of color #A55995: hue angle of 312.63º 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 #A55995 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16589149-
CMYK00.460.100.35
HSL312.63º29.92%49.8%-
HSV(B)312.63º46.06%64.71%-
XYZ24.5117.3130.48-
YUV118.56145.18161.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=40.94%
G=22.08%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658914900.460.100.35312.6329.9249.8
HexA5599502EA231391e32
Octal24513122505612434713662
Binary101001011011001100101010101110101010001110011100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55995; }

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

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

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

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

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

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

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

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