#A05A9A

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

Shades of Violet Blue #A05A9A

Tints of Violet Blue #A05A9A

Color information

#A05A9A (or 0xA05A9A) is unknown color: approx Violet Blue. HEX triplet: A0, 5A and 9A. RGB value is (160,90,154). Sum of RGB (Red+Green+Blue) = 160+90+154=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05A9A is #5FA565. Grayscale: #767676. Windows color (decimal): -6268262 or 10115744. OLE color: 10115744.

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

Color convert

RGB16090154-
CMYK00.440.040.37
HSL305.14º28%49.02%-
HSV(B)305.14º43.75%62.75%-
XYZ23.9917.1232.61-
YUV118.23148.19157.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=39.60%
G=22.28%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609015400.440.040.37305.142849.02
HexA05A9A02C4251311c31
Octal2401322320544454613461
Binary10100000101101010011010010110010010010110011000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05A9A; }

 p { color: rgb(160,90,154); }

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

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

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

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

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

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

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