#A05BA0

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

Shades of Violet Blue #A05BA0

Tints of Violet Blue #A05BA0

Color information

#A05BA0 (or 0xA05BA0) is unknown color: approx Violet Blue. HEX triplet: A0, 5B and A0. RGB value is (160,91,160). Sum of RGB (Red+Green+Blue) = 160+91+160=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A05BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05BA0 is #5FA45F. Grayscale: #777777. Windows color (decimal): -6268000 or 10509216. OLE color: 10509216.

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

Color convert

RGB16091160-
CMYK00.4300.37
HSL300º27.49%49.22%-
HSV(B)300º43.13%62.75%-
XYZ24.5817.4935.34-
YUV119.5150.86156.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 91 (35.94% from 255) = 22.14%
BLUE value IS 160 (62.89% from 255) = 38.93%
R=38.93%
G=22.14%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609116000.4300.3730027.4949.22
HexA05BA002B02512c1b31
Octal2401332400530454543361
Binary101000001011011101000000101011010010110010110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05BA0; }

 p { color: rgb(160,91,160); }

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

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

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

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

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

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

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