#A1518D

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

Shades of Violet Blue #A1518D

Tints of Violet Blue #A1518D

Color information

#A1518D (or 0xA1518D) is unknown color: approx Violet Blue. HEX triplet: A1, 51 and 8D. RGB value is (161,81,141). Sum of RGB (Red+Green+Blue) = 161+81+141=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A1518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1518D is #5EAE72. Grayscale: #6F6F6F. Windows color (decimal): -6205043 or 9261473. OLE color: 9261473.

HSL color Cylindrical-coordinate representation of color #A1518D: hue angle of 315º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1518D is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16181141-
CMYK00.500.120.37
HSL315º33.06%47.45%-
HSV(B)315º49.69%63.14%-
XYZ22.4515.3926.99-
YUV111.76144.5163.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 141 (55.47% from 255) = 36.81%
R=42.04%
G=21.15%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618114100.500.120.3731533.0647.45
HexA1518D032C2513b212f
Octal24112121506214454734157
Binary1010000110100011000110101100101100100101100111011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1518D; }

 p { color: rgb(161,81,141); }

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

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

 a { background-color: rgb(161,81,141); }

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

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

 span { border-color: rgb(161,81,141); }

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