#A15193

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

Shades of Violet Blue #A15193

Tints of Violet Blue #A15193

Color information

#A15193 (or 0xA15193) is unknown color: approx Violet Blue. HEX triplet: A1, 51 and 93. RGB value is (161,81,147). Sum of RGB (Red+Green+Blue) = 161+81+147=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A15193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15193 is #5EAE6C. Grayscale: #707070. Windows color (decimal): -6205037 or 9654689. OLE color: 9654689.

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

Color convert

RGB16181147-
CMYK00.500.090.37
HSL310.5º33.06%47.45%-
HSV(B)310.5º49.69%63.14%-
XYZ22.9115.5729.4-
YUV112.44147.5162.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=41.39%
G=20.82%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618114700.500.090.37310.533.0647.45
HexA15193032925136212f
Octal24112122306211454664157
Binary1010000110100011001001101100101001100101100110110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15193; }

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

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

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

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

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

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

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

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