#A55599

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

Shades of Violet Blue #A55599

Tints of Violet Blue #A55599

Color information

#A55599 (or 0xA55599) is unknown color: approx Violet Blue. HEX triplet: A5, 55 and 99. RGB value is (165,85,153). Sum of RGB (Red+Green+Blue) = 165+85+153=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A55599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55599 is #5AAA66. Grayscale: #747474. Windows color (decimal): -5941863 or 10048933. OLE color: 10048933.

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

Color convert

RGB16585153-
CMYK00.480.070.35
HSL309º32%49.02%-
HSV(B)309º48.48%64.71%-
XYZ24.5216.832.09-
YUV116.67148.5162.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=40.94%
G=21.09%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658515300.480.070.353093249.02
HexA555990307231352031
Octal2451252310607434654061
Binary101001011010101100110010110000111100011100110101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55599; }

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

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

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

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

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

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

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

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