#A0599C

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

Shades of Violet Blue #A0599C

Tints of Violet Blue #A0599C

Color information

#A0599C (or 0xA0599C) is unknown color: approx Violet Blue. HEX triplet: A0, 59 and 9C. RGB value is (160,89,156). Sum of RGB (Red+Green+Blue) = 160+89+156=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A0599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0599C is #5FA663. Grayscale: #757575. Windows color (decimal): -6268516 or 10246560. OLE color: 10246560.

HSL color Cylindrical-coordinate representation of color #A0599C: hue angle of 303.38º 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 #A0599C is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB16089156-
CMYK00.440.020.37
HSL303.38º28.51%48.82%-
HSV(B)303.38º44.37%62.75%-
XYZ24.0717.0233.47-
YUV117.87149.52158.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 89 (35.16% from 255) = 21.98%
BLUE value IS 156 (61.33% from 255) = 38.52%
R=39.51%
G=21.98%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608915600.440.020.37303.3828.5148.82
HexA0599C02C22512f1d31
Octal2401312340542454573561
Binary1010000010110011001110001011001010010110010111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0599C; }

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

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

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

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

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

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

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

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