#A05091

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

Shades of Violet Blue #A05091

Tints of Violet Blue #A05091

Color information

#A05091 (or 0xA05091) is unknown color: approx Violet Blue. HEX triplet: A0, 50 and 91. RGB value is (160,80,145). Sum of RGB (Red+Green+Blue) = 160+80+145=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A05091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05091 is #5FAF6E. Grayscale: #6F6F6F. Windows color (decimal): -6270831 or 9523360. OLE color: 9523360.

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

Color convert

RGB16080145-
CMYK00.50.090.37
HSL311.25º33.33%47.06%-
HSV(B)311.25º50%62.75%-
XYZ22.4815.2628.55-
YUV111.33147162.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.56%
GREEN value IS 80 (31.64% from 255) = 20.78%
BLUE value IS 145 (57.03% from 255) = 37.66%
R=41.56%
G=20.78%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608014500.50.090.37311.2533.3347.06
HexA05091032925137212f
Octal24012022106211454674157
Binary1010000010100001001000101100101001100101100110111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05091; }

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

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

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

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

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

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

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

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