#A05095

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

Shades of Violet Blue #A05095

Tints of Violet Blue #A05095

Color information

#A05095 (or 0xA05095) is unknown color: approx Violet Blue. HEX triplet: A0, 50 and 95. RGB value is (160,80,149). Sum of RGB (Red+Green+Blue) = 160+80+149=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A05095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05095 is #5FAF6A. Grayscale: #6F6F6F. Windows color (decimal): -6270827 or 9785504. OLE color: 9785504.

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

Color convert

RGB16080149-
CMYK00.50.070.37
HSL308.25º33.33%47.06%-
HSV(B)308.25º50%62.75%-
XYZ22.7915.3830.2-
YUV111.79149162.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.13%
GREEN value IS 80 (31.64% from 255) = 20.57%
BLUE value IS 149 (58.59% from 255) = 38.30%
R=41.13%
G=20.57%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608014900.50.070.37308.2533.3347.06
HexA05095032725134212f
Octal2401202250627454644157
Binary101000001010000100101010110010111100101100110100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05095; }

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

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

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

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

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

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

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

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