#A55899

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

Shades of Violet Blue #A55899

Tints of Violet Blue #A55899

Color information

#A55899 (or 0xA55899) is unknown color: approx Violet Blue. HEX triplet: A5, 58 and 99. RGB value is (165,88,153). Sum of RGB (Red+Green+Blue) = 165+88+153=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A55899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55899 is #5AA766. Grayscale: #767676. Windows color (decimal): -5941095 or 10049701. OLE color: 10049701.

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

Color convert

RGB16588153-
CMYK00.470.070.35
HSL309.35º30.43%49.61%-
HSV(B)309.35º46.67%64.71%-
XYZ24.7617.2832.17-
YUV118.43147.51161.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 88 (34.77% from 255) = 21.67%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=40.64%
G=21.67%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658815300.470.070.35309.3530.4349.61
HexA5589902F7231351e32
Octal2451302310577434653662
Binary10100101101100010011001010111111110001110011010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55899; }

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

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

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

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

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

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

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

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