#a0569b

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

Shades of Violet Blue #A0569B

Tints of Violet Blue #A0569B

Color information

#A0569B (or 0xA0569B) is unknown color: approx Violet Blue. HEX triplet: A0, 56 and 9B. RGB value is (160,86,155). Sum of RGB (Red+Green+Blue) = 160+86+155=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0569B is #5FA964. Grayscale: #737373. Windows color (decimal): -6269285 or 10180256. OLE color: 10180256.

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

Color convert

RGB16086155-
CMYK00.460.030.37
HSL304.05º30.08%48.24%-
HSV(B)304.05º46.25%62.75%-
XYZ23.7416.532.94-
YUV115.99150.02159.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.90%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 155 (60.94% from 255) = 38.65%
R=39.90%
G=21.45%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608615500.460.030.37304.0530.0848.24
HexA0569B02E3251301e30
Octal2401262330563454603660
Binary1010000010101101001101101011101110010110011000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0569b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0569b; }

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

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

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

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

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

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

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

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