#A05FAA

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

Shades of Violet Blue #A05FAA

Tints of Violet Blue #A05FAA

Color information

#A05FAA (or 0xA05FAA) is unknown color: approx Violet Blue. HEX triplet: A0, 5F and AA. RGB value is (160,95,170). Sum of RGB (Red+Green+Blue) = 160+95+170=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #A05FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05FAA is #5FA055. Grayscale: #7A7A7A. Windows color (decimal): -6266966 or 11165600. OLE color: 11165600.

HSL color Cylindrical-coordinate representation of color #A05FAA: hue angle of 292º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A05FAA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16095170-
CMYK0.060.4400.33
HSL292º30.61%51.96%-
HSV(B)292º44.12%66.67%-
XYZ25.8518.5640.25-
YUV122.98154.53154.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 95 (37.5% from 255) = 22.35%
BLUE value IS 170 (66.80% from 255) = 40%
R=37.65%
G=22.35%
B=40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160951700.060.4400.3329230.6151.96
HexA05FAA62C0211241f34
Octal2401372526540414443764
Binary10100000101111110101010110101100010000110010010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05FAA; }

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

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

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

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

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

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

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

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