#A05EAE

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

Shades of Violet Blue #A05EAE

Tints of Violet Blue #A05EAE

Color information

#A05EAE (or 0xA05EAE) is unknown color: approx Violet Blue. HEX triplet: A0, 5E and AE. RGB value is (160,94,174). Sum of RGB (Red+Green+Blue) = 160+94+174=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #A05EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05EAE is #5FA151. Grayscale: #7A7A7A. Windows color (decimal): -6267218 or 11427488. OLE color: 11427488.

HSL color Cylindrical-coordinate representation of color #A05EAE: hue angle of 289.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05EAE is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16094174-
CMYK0.080.4600.32
HSL289.5º33.06%52.55%-
HSV(B)289.5º45.98%68.24%-
XYZ26.1418.5342.24-
YUV122.85156.87154.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 94 (37.11% from 255) = 21.96%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=37.38%
G=21.96%
B=40.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160941740.080.4600.32289.533.0652.55
HexA05EAE82E0201222135
Octal24013625610560404424165
Binary1010000010111101010111010001011100100000100100010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05EAE; }

 p { color: rgb(160,94,174); }

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

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

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

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

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

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

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