#A057A9

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

Shades of Violet Blue #A057A9

Tints of Violet Blue #A057A9

Color information

#A057A9 (or 0xA057A9) is unknown color: approx Violet Blue. HEX triplet: A0, 57 and A9. RGB value is (160,87,169). Sum of RGB (Red+Green+Blue) = 160+87+169=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 169 - color contains mainly: blue. Hex color #A057A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A057A9 is #5FA856. Grayscale: #757575. Windows color (decimal): -6269015 or 11098016. OLE color: 11098016.

HSL color Cylindrical-coordinate representation of color #A057A9: hue angle of 293.41º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A057A9 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16087169-
CMYK0.050.4900.34
HSL293.41º32.28%50.2%-
HSV(B)293.41º48.52%66.27%-
XYZ25.0717.1539.53-
YUV118.18156.68157.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.46%
GREEN value IS 87 (34.38% from 255) = 20.91%
BLUE value IS 169 (66.41% from 255) = 40.62%
R=38.46%
G=20.91%
B=40.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160871690.050.4900.34293.4132.2850.2
HexA057A95310221252032
Octal2401272515610424454062
Binary101000001010111101010011011100010100010100100101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A057A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A057A9; }

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

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

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

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

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

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

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

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