#A157AB

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

Shades of Violet Blue #A157AB

Tints of Violet Blue #A157AB

Color information

#A157AB (or 0xA157AB) is unknown color: approx Violet Blue. HEX triplet: A1, 57 and AB. RGB value is (161,87,171). Sum of RGB (Red+Green+Blue) = 161+87+171=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #A157AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A157AB is #5EA854. Grayscale: #767676. Windows color (decimal): -6203477 or 11229089. OLE color: 11229089.

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

Color convert

RGB16187171-
CMYK0.060.4900.33
HSL292.86º33.33%50.59%-
HSV(B)292.86º49.12%67.06%-
XYZ25.4617.3340.53-
YUV118.7157.52158.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 87 (34.38% from 255) = 20.76%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=38.42%
G=20.76%
B=40.81%

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
Decimal161871710.060.4900.33292.8633.3350.59
HexA157AB6310211252133
Octal2411272536610414454163
Binary101000011010111101010111101100010100001100100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A157AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A157AB; }

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

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

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

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

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

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

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

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