#A55990

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

Shades of Violet Blue #A55990

Tints of Violet Blue #A55990

Color information

#A55990 (or 0xA55990) is unknown color: approx Violet Blue. HEX triplet: A5, 59 and 90. RGB value is (165,89,144). Sum of RGB (Red+Green+Blue) = 165+89+144=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A55990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55990 is #5AA66F. Grayscale: #757575. Windows color (decimal): -5940848 or 9460133. OLE color: 9460133.

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

Color convert

RGB16589144-
CMYK00.460.130.35
HSL316.58º29.92%49.8%-
HSV(B)316.58º46.06%64.71%-
XYZ24.1217.1628.43-
YUV117.99142.68161.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=41.46%
G=22.36%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658914400.460.130.35316.5829.9249.8
HexA5599002ED2313d1e32
Octal24513122005615434753662
Binary101001011011001100100000101110110110001110011110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55990; }

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

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

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

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

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

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

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

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