#A0569D

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

Shades of Violet Blue #A0569D

Tints of Violet Blue #A0569D

Color information

#A0569D (or 0xA0569D) is unknown color: approx Violet Blue. HEX triplet: A0, 56 and 9D. RGB value is (160,86,157). Sum of RGB (Red+Green+Blue) = 160+86+157=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A0569D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0569D is #5FA962. Grayscale: #747474. Windows color (decimal): -6269283 or 10311328. OLE color: 10311328.

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

Color convert

RGB16086157-
CMYK00.460.020.37
HSL302.43º30.08%48.24%-
HSV(B)302.43º46.25%62.75%-
XYZ23.9116.5633.84-
YUV116.22151.02159.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 86 (33.98% from 255) = 21.34%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=39.70%
G=21.34%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608615700.460.020.37302.4330.0848.24
HexA0569D02E22512e1e30
Octal2401262350562454563660
Binary1010000010101101001110101011101010010110010111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0569D; }

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

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

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

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

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

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

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

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