#A0539C

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

Shades of Violet Blue #A0539C

Tints of Violet Blue #A0539C

Color information

#A0539C (or 0xA0539C) is unknown color: approx Violet Blue. HEX triplet: A0, 53 and 9C. RGB value is (160,83,156). Sum of RGB (Red+Green+Blue) = 160+83+156=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A0539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0539C is #5FAC63. Grayscale: #727272. Windows color (decimal): -6270052 or 10245024. OLE color: 10245024.

HSL color Cylindrical-coordinate representation of color #A0539C: hue angle of 303.12º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0539C is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB16083156-
CMYK00.480.020.37
HSL303.12º31.69%47.65%-
HSV(B)303.12º48.12%62.75%-
XYZ23.5916.0633.31-
YUV114.34151.51160.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 83 (32.81% from 255) = 20.80%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=40.10%
G=20.80%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608315600.480.020.37303.1231.6947.65
HexA0539C03022512f2030
Octal2401232340602454574060
Binary10100000101001110011100011000010100101100101111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0539C; }

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

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

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

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

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

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

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

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