#A0589C

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

Shades of Violet Blue #A0589C

Tints of Violet Blue #A0589C

Color information

#A0589C (or 0xA0589C) is unknown color: approx Violet Blue. HEX triplet: A0, 58 and 9C. RGB value is (160,88,156). Sum of RGB (Red+Green+Blue) = 160+88+156=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A0589C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0589C is #5FA763. Grayscale: #757575. Windows color (decimal): -6268772 or 10246304. OLE color: 10246304.

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

Color convert

RGB16088156-
CMYK00.450.020.37
HSL303.33º29.03%48.63%-
HSV(B)303.33º45%62.75%-
XYZ23.9916.8533.44-
YUV117.28149.85158.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 88 (34.77% from 255) = 21.78%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=39.60%
G=21.78%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608815600.450.020.37303.3329.0348.63
HexA0589C02D22512f1d31
Octal2401302340552454573561
Binary1010000010110001001110001011011010010110010111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0589C; }

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

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

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

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

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

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

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

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