#A0578D

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

Shades of Violet Blue #A0578D

Tints of Violet Blue #A0578D

Color information

#A0578D (or 0xA0578D) is unknown color: approx Violet Blue. HEX triplet: A0, 57 and 8D. RGB value is (160,87,141). Sum of RGB (Red+Green+Blue) = 160+87+141=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A0578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0578D is #5FA872. Grayscale: #727272. Windows color (decimal): -6269043 or 9263008. OLE color: 9263008.

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

Color convert

RGB16087141-
CMYK00.460.120.37
HSL315.62º29.55%48.43%-
HSV(B)315.62º45.63%62.75%-
XYZ22.7116.2127.13-
YUV114.98142.68160.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.24%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=41.24%
G=22.42%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608714100.460.120.37315.6229.5548.43
HexA0578D02EC2513c1e30
Octal24012721505614454743660
Binary101000001010111100011010101110110010010110011110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0578D; }

 p { color: rgb(160,87,141); }

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

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

 a { background-color: rgb(160,87,141); }

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

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

 span { border-color: rgb(160,87,141); }

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