#A057AA

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

Shades of Violet Blue #A057AA

Tints of Violet Blue #A057AA

Color information

#A057AA (or 0xA057AA) is unknown color: approx Violet Blue. HEX triplet: A0, 57 and AA. RGB value is (160,87,170). Sum of RGB (Red+Green+Blue) = 160+87+170=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #A057AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A057AA is #5FA855. Grayscale: #767676. Windows color (decimal): -6269014 or 11163552. OLE color: 11163552.

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

Color convert

RGB16087170-
CMYK0.060.4900.33
HSL292.77º32.81%50.39%-
HSV(B)292.77º48.82%66.67%-
XYZ25.1617.1940.02-
YUV118.29157.18157.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.37%
GREEN value IS 87 (34.38% from 255) = 20.86%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=38.37%
G=20.86%
B=40.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160871700.060.4900.33292.7732.8150.39
HexA057AA6310211252132
Octal2401272526610414454162
Binary101000001010111101010101101100010100001100100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A057AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A057AA; }

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

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

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

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

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

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

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

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