#A05FAE

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

Shades of Violet Blue #A05FAE

Tints of Violet Blue #A05FAE

Color information

#A05FAE (or 0xA05FAE) is unknown color: approx Violet Blue. HEX triplet: A0, 5F and AE. RGB value is (160,95,174). Sum of RGB (Red+Green+Blue) = 160+95+174=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #A05FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05FAE is #5FA051. Grayscale: #7B7B7B. Windows color (decimal): -6266962 or 11427744. OLE color: 11427744.

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

Color convert

RGB16095174-
CMYK0.080.4500.32
HSL289.37º32.78%52.75%-
HSV(B)289.37º45.4%68.24%-
XYZ26.2318.7142.27-
YUV123.44156.53154.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=37.30%
G=22.14%
B=40.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160951740.080.4500.32289.3732.7852.75
HexA05FAE82D0201212135
Octal24013725610550404414165
Binary1010000010111111010111010001011010100000100100001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05FAE; }

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

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

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

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

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

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

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

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