#A15895

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

Shades of Violet Blue #A15895

Tints of Violet Blue #A15895

Color information

#A15895 (or 0xA15895) is unknown color: approx Violet Blue. HEX triplet: A1, 58 and 95. RGB value is (161,88,149). Sum of RGB (Red+Green+Blue) = 161+88+149=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A15895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15895 is #5EA76A. Grayscale: #747474. Windows color (decimal): -6203243 or 9787553. OLE color: 9787553.

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

Color convert

RGB16188149-
CMYK00.450.070.37
HSL309.86º29.32%48.82%-
HSV(B)309.86º45.34%63.14%-
XYZ23.6116.7330.42-
YUV116.78146.18159.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 88 (34.77% from 255) = 22.11%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=40.45%
G=22.11%
B=37.44%

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
Decimal1618814900.450.070.37309.8629.3248.82
HexA1589502D7251361d31
Octal2411302250557454663561
Binary10100001101100010010101010110111110010110011011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15895; }

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

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

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

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

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

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

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

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