#A05195

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

Shades of Violet Blue #A05195

Tints of Violet Blue #A05195

Color information

#A05195 (or 0xA05195) is unknown color: approx Violet Blue. HEX triplet: A0, 51 and 95. RGB value is (160,81,149). Sum of RGB (Red+Green+Blue) = 160+81+149=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A05195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05195 is #5FAE6A. Grayscale: #707070. Windows color (decimal): -6270571 or 9785760. OLE color: 9785760.

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

Color convert

RGB16081149-
CMYK00.490.070.37
HSL308.35º32.78%47.25%-
HSV(B)308.35º49.38%62.75%-
XYZ22.8615.5330.23-
YUV112.37148.67161.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 149 (58.59% from 255) = 38.21%
R=41.03%
G=20.77%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608114900.490.070.37308.3532.7847.25
HexA05195031725134212f
Octal2401212250617454644157
Binary101000001010001100101010110001111100101100110100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05195; }

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

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

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

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

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

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

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

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