#A157AE

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

Shades of Violet Blue #A157AE

Tints of Violet Blue #A157AE

Color information

#A157AE (or 0xA157AE) is unknown color: approx Violet Blue. HEX triplet: A1, 57 and AE. RGB value is (161,87,174). Sum of RGB (Red+Green+Blue) = 161+87+174=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #A157AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A157AE is #5EA851. Grayscale: #767676. Windows color (decimal): -6203474 or 11425697. OLE color: 11425697.

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

Color convert

RGB16187174-
CMYK0.070.500.32
HSL291.03º34.94%51.18%-
HSV(B)291.03º50%68.24%-
XYZ25.7517.4542.06-
YUV119.04159.02157.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=38.15%
G=20.62%
B=41.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161871740.070.500.32291.0334.9451.18
HexA157AE7320201232333
Octal2411272567620404434363
Binary101000011010111101011101111100100100000100100011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A157AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A157AE; }

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

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

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

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

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

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

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

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