#A5599D

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

Shades of Violet Blue #A5599D

Tints of Violet Blue #A5599D

Color information

#A5599D (or 0xA5599D) is unknown color: approx Violet Blue. HEX triplet: A5, 59 and 9D. RGB value is (165,89,157). Sum of RGB (Red+Green+Blue) = 165+89+157=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A5599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5599D is #5AA662. Grayscale: #777777. Windows color (decimal): -5940835 or 10312101. OLE color: 10312101.

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

Color convert

RGB16589157-
CMYK00.460.050.35
HSL306.32º29.92%49.8%-
HSV(B)306.32º46.06%64.71%-
XYZ25.1817.5833.96-
YUV119.48149.18160.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 89 (35.16% from 255) = 21.65%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=40.15%
G=21.65%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658915700.460.050.35306.3229.9249.8
HexA5599D02E5231321e32
Octal2451312350565434623662
Binary10100101101100110011101010111010110001110011001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5599D; }

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

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

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

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

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

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

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

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