#A05790

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

Shades of Violet Blue #A05790

Tints of Violet Blue #A05790

Color information

#A05790 (or 0xA05790) is unknown color: approx Violet Blue. HEX triplet: A0, 57 and 90. RGB value is (160,87,144). Sum of RGB (Red+Green+Blue) = 160+87+144=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A05790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05790 is #5FA86F. Grayscale: #737373. Windows color (decimal): -6269040 or 9459616. OLE color: 9459616.

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

Color convert

RGB16087144-
CMYK00.460.10.37
HSL313.15º29.55%48.43%-
HSV(B)313.15º45.63%62.75%-
XYZ22.9416.328.32-
YUV115.32144.18159.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 87 (34.38% from 255) = 22.25%
BLUE value IS 144 (56.64% from 255) = 36.83%
R=40.92%
G=22.25%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608714400.460.10.37313.1529.5548.43
HexA0579002EA251391e30
Octal24012722005612454713660
Binary101000001010111100100000101110101010010110011100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05790; }

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

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

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

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

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

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

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

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