#A057AD

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

Shades of Violet Blue #A057AD

Tints of Violet Blue #A057AD

Color information

#A057AD (or 0xA057AD) is unknown color: approx Violet Blue. HEX triplet: A0, 57 and AD. RGB value is (160,87,173). Sum of RGB (Red+Green+Blue) = 160+87+173=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #A057AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A057AD is #5FA852. Grayscale: #767676. Windows color (decimal): -6269011 or 11360160. OLE color: 11360160.

HSL color Cylindrical-coordinate representation of color #A057AD: hue angle of 290.93º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A057AD is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16087173-
CMYK0.080.5000.32
HSL290.93º34.4%50.98%-
HSV(B)290.93º49.71%67.84%-
XYZ25.4517.3141.53-
YUV118.63158.68157.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.10%
GREEN value IS 87 (34.38% from 255) = 20.71%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=38.10%
G=20.71%
B=41.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160871730.080.5000.32290.9334.450.98
HexA057AD8320201232233
Octal24012725510620404434263
Binary1010000010101111010110110001100100100000100100011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A057AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A057AD; }

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

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

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

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

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

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

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

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