#A156AA

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

Shades of Violet Blue #A156AA

Tints of Violet Blue #A156AA

Color information

#A156AA (or 0xA156AA) is unknown color: approx Violet Blue. HEX triplet: A1, 56 and AA. RGB value is (161,86,170). Sum of RGB (Red+Green+Blue) = 161+86+170=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #A156AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A156AA is #5EA955. Grayscale: #757575. Windows color (decimal): -6203734 or 11163297. OLE color: 11163297.

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

Color convert

RGB16186170-
CMYK0.050.4900.33
HSL293.57º33.07%50.2%-
HSV(B)293.57º49.41%66.67%-
XYZ25.2817.1340.01-
YUV118157.35158.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=38.61%
G=20.62%
B=40.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161861700.050.4900.33293.5733.0750.2
HexA156AA5310211262132
Octal2411262525610414464162
Binary101000011010110101010101011100010100001100100110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A156AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A156AA; }

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

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

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

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

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

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

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

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