#A15495

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

Shades of Violet Blue #A15495

Tints of Violet Blue #A15495

Color information

#A15495 (or 0xA15495) is unknown color: approx Violet Blue. HEX triplet: A1, 54 and 95. RGB value is (161,84,149). Sum of RGB (Red+Green+Blue) = 161+84+149=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A15495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15495 is #5EAB6A. Grayscale: #727272. Windows color (decimal): -6204267 or 9786529. OLE color: 9786529.

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

Color convert

RGB16184149-
CMYK00.480.070.37
HSL309.35º31.43%48.04%-
HSV(B)309.35º47.83%63.14%-
XYZ23.2916.0930.31-
YUV114.43147.51161.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=40.86%
G=21.32%
B=37.82%

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
Decimal1618414900.480.070.37309.3531.4348.04
HexA154950307251351f30
Octal2411242250607454653760
Binary10100001101010010010101011000011110010110011010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15495; }

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

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

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

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

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

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

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

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