#A05395

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

Shades of Violet Blue #A05395

Tints of Violet Blue #A05395

Color information

#A05395 (or 0xA05395) is unknown color: approx Violet Blue. HEX triplet: A0, 53 and 95. RGB value is (160,83,149). Sum of RGB (Red+Green+Blue) = 160+83+149=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A05395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05395 is #5FAC6A. Grayscale: #717171. Windows color (decimal): -6270059 or 9786272. OLE color: 9786272.

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

Color convert

RGB16083149-
CMYK00.480.070.37
HSL308.57º31.69%47.65%-
HSV(B)308.57º48.12%62.75%-
XYZ23.0215.8330.28-
YUV113.55148.01161.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 149 (58.59% from 255) = 38.01%
R=40.82%
G=21.17%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608314900.480.070.37308.5731.6947.65
HexA053950307251352030
Octal2401232250607454654060
Binary101000001010011100101010110000111100101100110101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05395; }

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

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

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

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

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

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

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

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