#A15496

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

Shades of Violet Blue #A15496

Tints of Violet Blue #A15496

Color information

#A15496 (or 0xA15496) is unknown color: approx Violet Blue. HEX triplet: A1, 54 and 96. RGB value is (161,84,150). Sum of RGB (Red+Green+Blue) = 161+84+150=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A15496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15496 is #5EAB69. Grayscale: #727272. Windows color (decimal): -6204266 or 9852065. OLE color: 9852065.

HSL color Cylindrical-coordinate representation of color #A15496: hue angle of 308.57º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15496 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB16184150-
CMYK00.480.070.37
HSL308.57º31.43%48.04%-
HSV(B)308.57º47.83%63.14%-
XYZ23.3716.1230.73-
YUV114.55148.01161.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.76%
GREEN value IS 84 (33.20% from 255) = 21.27%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=40.76%
G=21.27%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618415000.480.070.37308.5731.4348.04
HexA154960307251351f30
Octal2411242260607454653760
Binary10100001101010010010110011000011110010110011010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15496; }

 p { color: rgb(161,84,150); }

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

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

 a { background-color: rgb(161,84,150); }

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

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

 span { border-color: rgb(161,84,150); }

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