#A15995

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

Shades of Violet Blue #A15995

Tints of Violet Blue #A15995

Color information

#A15995 (or 0xA15995) is unknown color: approx Violet Blue. HEX triplet: A1, 59 and 95. RGB value is (161,89,149). Sum of RGB (Red+Green+Blue) = 161+89+149=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A15995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15995 is #5EA66A. Grayscale: #757575. Windows color (decimal): -6202987 or 9787809. OLE color: 9787809.

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

Color convert

RGB16189149-
CMYK00.450.070.37
HSL310º28.8%49.02%-
HSV(B)310º44.72%63.14%-
XYZ23.716.8930.45-
YUV117.37145.85159.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.35%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=40.35%
G=22.31%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618914900.450.070.3731028.849.02
HexA1599502D7251361d31
Octal2411312250557454663561
Binary10100001101100110010101010110111110010110011011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15995; }

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

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

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

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

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

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

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

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