#A5599C

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

Shades of Violet Blue #A5599C

Tints of Violet Blue #A5599C

Color information

#A5599C (or 0xA5599C) is unknown color: approx Violet Blue. HEX triplet: A5, 59 and 9C. RGB value is (165,89,156). Sum of RGB (Red+Green+Blue) = 165+89+156=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5599C is #5AA663. Grayscale: #777777. Windows color (decimal): -5940836 or 10246565. OLE color: 10246565.

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

Color convert

RGB16589156-
CMYK00.460.050.35
HSL307.11º29.92%49.8%-
HSV(B)307.11º46.06%64.71%-
XYZ25.0917.5433.52-
YUV119.36148.68160.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 89 (35.16% from 255) = 21.71%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=40.24%
G=21.71%
B=38.05%

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
Decimal1658915600.460.050.35307.1129.9249.8
HexA5599C02E5231331e32
Octal2451312340565434633662
Binary10100101101100110011100010111010110001110011001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5599C; }

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

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

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

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

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

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

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

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