#A857AE

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

Shades of Violet Blue #A857AE

Tints of Violet Blue #A857AE

Color information

#A857AE (or 0xA857AE) is unknown color: approx Violet Blue. HEX triplet: A8, 57 and AE. RGB value is (168,87,174). Sum of RGB (Red+Green+Blue) = 168+87+174=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 87 (34.38% from 255 or 20.28% 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 #A857AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A857AE is #57A851. Grayscale: #787878. Windows color (decimal): -5744722 or 11425704. OLE color: 11425704.

HSL color Cylindrical-coordinate representation of color #A857AE: hue angle of 295.86º degrees, saturation: 0.35, 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 #A857AE is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16887174-
CMYK0.030.500.32
HSL295.86º34.94%51.18%-
HSV(B)295.86º50%68.24%-
XYZ27.218.242.12-
YUV121.14157.84161.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 87 (34.38% from 255) = 20.28%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=39.16%
G=20.28%
B=40.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168871740.030.500.32295.8634.9451.18
HexA857AE3320201282333
Octal2501272563620404504363
Binary10101000101011110101110111100100100000100101000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A857AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A857AE; }

 p { color: rgb(168,87,174); }

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

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

 a { background-color: rgb(168,87,174); }

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

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

 span { border-color: rgb(168,87,174); }

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