#A05390

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

Shades of Violet Blue #A05390

Tints of Violet Blue #A05390

Color information

#A05390 (or 0xA05390) is unknown color: approx Violet Blue. HEX triplet: A0, 53 and 90. RGB value is (160,83,144). Sum of RGB (Red+Green+Blue) = 160+83+144=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A05390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05390 is #5FAC6F. Grayscale: #707070. Windows color (decimal): -6270064 or 9458592. OLE color: 9458592.

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

Color convert

RGB16083144-
CMYK00.480.10.37
HSL312.47º31.69%47.65%-
HSV(B)312.47º48.12%62.75%-
XYZ22.6215.6728.22-
YUV112.98145.51161.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 144 (56.64% from 255) = 37.21%
R=41.34%
G=21.45%
B=37.21%

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
Decimal1608314400.480.10.37312.4731.6947.65
HexA05390030A251382030
Octal24012322006012454704060
Binary1010000010100111001000001100001010100101100111000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05390; }

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

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

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

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

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

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

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

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