#A156AE

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

Shades of Violet Blue #A156AE

Tints of Violet Blue #A156AE

Color information

#A156AE (or 0xA156AE) is unknown color: approx Violet Blue. HEX triplet: A1, 56 and AE. RGB value is (161,86,174). Sum of RGB (Red+Green+Blue) = 161+86+174=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #A156AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A156AE is #5EA951. Grayscale: #767676. Windows color (decimal): -6203730 or 11425441. OLE color: 11425441.

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

Color convert

RGB16186174-
CMYK0.070.5100.32
HSL291.14º35.2%50.98%-
HSV(B)291.14º50.57%68.24%-
XYZ25.6717.2942.03-
YUV118.46159.35158.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.24%
GREEN value IS 86 (33.98% from 255) = 20.43%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=38.24%
G=20.43%
B=41.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161861740.070.5100.32291.1435.250.98
HexA156AE7330201232333
Octal2411262567630404434363
Binary101000011010110101011101111100110100000100100011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A156AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A156AE; }

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

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

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

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

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

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

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

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