#A0599E

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

Shades of Violet Blue #A0599E

Tints of Violet Blue #A0599E

Color information

#A0599E (or 0xA0599E) is unknown color: approx Violet Blue. HEX triplet: A0, 59 and 9E. RGB value is (160,89,158). Sum of RGB (Red+Green+Blue) = 160+89+158=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A0599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0599E is #5FA661. Grayscale: #757575. Windows color (decimal): -6268514 or 10377632. OLE color: 10377632.

HSL color Cylindrical-coordinate representation of color #A0599E: hue angle of 301.69º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0599E is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16089158-
CMYK00.440.010.37
HSL301.69º28.51%48.82%-
HSV(B)301.69º44.37%62.75%-
XYZ24.2417.0934.37-
YUV118.1150.52157.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 158 (62.11% from 255) = 38.82%
R=39.31%
G=21.87%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608915800.440.010.37301.6928.5148.82
HexA0599E02C12512e1d31
Octal2401312360541454563561
Binary101000001011001100111100101100110010110010111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0599E; }

 p { color: rgb(160,89,158); }

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

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

 a { background-color: rgb(160,89,158); }

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

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

 span { border-color: rgb(160,89,158); }

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