#A15990

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

Shades of Violet Blue #A15990

Tints of Violet Blue #A15990

Color information

#A15990 (or 0xA15990) is unknown color: approx Violet Blue. HEX triplet: A1, 59 and 90. RGB value is (161,89,144). Sum of RGB (Red+Green+Blue) = 161+89+144=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A15990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15990 is #5EA66F. Grayscale: #747474. Windows color (decimal): -6202992 or 9460129. OLE color: 9460129.

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

Color convert

RGB16189144-
CMYK00.450.110.37
HSL314.17º28.8%49.02%-
HSV(B)314.17º44.72%63.14%-
XYZ23.316.7428.39-
YUV116.8143.35159.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=40.86%
G=22.59%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618914400.450.110.37314.1728.849.02
HexA1599002DB2513a1d31
Octal24113122005513454723561
Binary101000011011001100100000101101101110010110011101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15990; }

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

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

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

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

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

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

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

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