#A1599F

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

Shades of Violet Blue #A1599F

Tints of Violet Blue #A1599F

Color information

#A1599F (or 0xA1599F) is unknown color: approx Violet Blue. HEX triplet: A1, 59 and 9F. RGB value is (161,89,159). Sum of RGB (Red+Green+Blue) = 161+89+159=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A1599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1599F is #5EA660. Grayscale: #767676. Windows color (decimal): -6202977 or 10443169. OLE color: 10443169.

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

Color convert

RGB16189159-
CMYK00.450.010.37
HSL301.67º28.8%49.02%-
HSV(B)301.67º44.72%63.14%-
XYZ24.5317.2334.83-
YUV118.51150.85158.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 89 (35.16% from 255) = 21.76%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=39.36%
G=21.76%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618915900.450.010.37301.6728.849.02
HexA1599F02D12512e1d31
Octal2411312370551454563561
Binary101000011011001100111110101101110010110010111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1599F; }

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

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

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

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

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

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

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

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