#A05A9E

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

Shades of Violet Blue #A05A9E

Tints of Violet Blue #A05A9E

Color information

#A05A9E (or 0xA05A9E) is unknown color: approx Violet Blue. HEX triplet: A0, 5A and 9E. RGB value is (160,90,158). Sum of RGB (Red+Green+Blue) = 160+90+158=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05A9E is #5FA561. Grayscale: #767676. Windows color (decimal): -6268258 or 10377888. OLE color: 10377888.

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

Color convert

RGB16090158-
CMYK00.440.010.37
HSL301.71º28%49.02%-
HSV(B)301.71º43.75%62.75%-
XYZ24.3217.2534.4-
YUV118.68150.19157.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 90 (35.55% from 255) = 22.06%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=39.22%
G=22.06%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609015800.440.010.37301.712849.02
HexA05A9E02C12512e1c31
Octal2401322360541454563461
Binary101000001011010100111100101100110010110010111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05A9E; }

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

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

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

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

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

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

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

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