#A55590

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

Shades of Violet Blue #A55590

Tints of Violet Blue #A55590

Color information

#A55590 (or 0xA55590) is unknown color: approx Violet Blue. HEX triplet: A5, 55 and 90. RGB value is (165,85,144). Sum of RGB (Red+Green+Blue) = 165+85+144=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A55590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55590 is #5AAA6F. Grayscale: #737373. Windows color (decimal): -5941872 or 9459109. OLE color: 9459109.

HSL color Cylindrical-coordinate representation of color #A55590: hue angle of 315.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A55590 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16585144-
CMYK00.480.130.35
HSL315.75º32%49.02%-
HSV(B)315.75º48.48%64.71%-
XYZ23.816.5128.32-
YUV115.65144163.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=41.88%
G=21.57%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658514400.480.130.35315.753249.02
HexA55590030D2313c2031
Octal24512522006015434744061
Binary1010010110101011001000001100001101100011100111100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55590; }

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

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

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

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

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

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

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

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