#A0569E

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

Shades of Violet Blue #A0569E

Tints of Violet Blue #A0569E

Color information

#A0569E (or 0xA0569E) is unknown color: approx Violet Blue. HEX triplet: A0, 56 and 9E. RGB value is (160,86,158). Sum of RGB (Red+Green+Blue) = 160+86+158=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A0569E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0569E is #5FA961. Grayscale: #747474. Windows color (decimal): -6269282 or 10376864. OLE color: 10376864.

HSL color Cylindrical-coordinate representation of color #A0569E: hue angle of 301.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 #A0569E is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16086158-
CMYK00.460.010.37
HSL301.62º30.08%48.24%-
HSV(B)301.62º46.25%62.75%-
XYZ2416.634.29-
YUV116.33151.52159.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 86 (33.98% from 255) = 21.29%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=39.60%
G=21.29%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608615800.460.010.37301.6230.0848.24
HexA0569E02E12512e1e30
Octal2401262360561454563660
Binary101000001010110100111100101110110010110010111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0569E; }

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

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

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

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

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

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

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

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