#A15799

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

Shades of Violet Blue #A15799

Tints of Violet Blue #A15799

Color information

#A15799 (or 0xA15799) is unknown color: approx Violet Blue. HEX triplet: A1, 57 and 99. RGB value is (161,87,153). Sum of RGB (Red+Green+Blue) = 161+87+153=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A15799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15799 is #5EA866. Grayscale: #747474. Windows color (decimal): -6203495 or 10049441. OLE color: 10049441.

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

Color convert

RGB16187153-
CMYK00.460.050.37
HSL306.49º29.84%48.63%-
HSV(B)306.49º45.96%63.14%-
XYZ23.8616.6932.1-
YUV116.65148.52159.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 87 (34.38% from 255) = 21.70%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=40.15%
G=21.70%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618715300.460.050.37306.4929.8448.63
HexA1579902E5251321e31
Octal2411272310565454623661
Binary10100001101011110011001010111010110010110011001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15799; }

 p { color: rgb(161,87,153); }

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

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

 a { background-color: rgb(161,87,153); }

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

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

 span { border-color: rgb(161,87,153); }

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