#A05096

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

Shades of Violet Blue #A05096

Tints of Violet Blue #A05096

Color information

#A05096 (or 0xA05096) is unknown color: approx Violet Blue. HEX triplet: A0, 50 and 96. RGB value is (160,80,150). Sum of RGB (Red+Green+Blue) = 160+80+150=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A05096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05096 is #5FAF69. Grayscale: #6F6F6F. Windows color (decimal): -6270826 or 9851040. OLE color: 9851040.

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

Color convert

RGB16080150-
CMYK00.50.060.37
HSL307.5º33.33%47.06%-
HSV(B)307.5º50%62.75%-
XYZ22.8715.4130.62-
YUV111.9149.5162.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=41.03%
G=20.51%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608015000.50.060.37307.533.3347.06
HexA05096032625134212f
Octal2401202260626454644157
Binary101000001010000100101100110010110100101100110100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05096; }

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

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

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

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

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

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

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

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