#a05490

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

Shades of Violet Blue #A05490

Tints of Violet Blue #A05490

Color information

#A05490 (or 0xA05490) is unknown color: approx Violet Blue. HEX triplet: A0, 54 and 90. RGB value is (160,84,144). Sum of RGB (Red+Green+Blue) = 160+84+144=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A05490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05490 is #5FAB6F. Grayscale: #717171. Windows color (decimal): -6269808 or 9458848. OLE color: 9458848.

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

Color convert

RGB16084144-
CMYK00.480.10.37
HSL312.63º31.15%47.84%-
HSV(B)312.63º47.5%62.75%-
XYZ22.715.8328.24-
YUV113.56145.18161.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.24%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=41.24%
G=21.65%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608414400.480.10.37312.6331.1547.84
HexA05490030A251391f30
Octal24012422006012454713760
Binary101000001010100100100000110000101010010110011100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05490; }

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

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

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

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

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

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

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

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