#A1599A

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

Shades of Violet Blue #A1599A

Tints of Violet Blue #A1599A

Color information

#A1599A (or 0xA1599A) is unknown color: approx Violet Blue. HEX triplet: A1, 59 and 9A. RGB value is (161,89,154). Sum of RGB (Red+Green+Blue) = 161+89+154=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A1599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1599A is #5EA665. Grayscale: #757575. Windows color (decimal): -6202982 or 10115489. OLE color: 10115489.

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

Color convert

RGB16189154-
CMYK00.450.040.37
HSL305.83º28.8%49.02%-
HSV(B)305.83º44.72%63.14%-
XYZ24.117.0532.59-
YUV117.94148.35158.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=39.85%
G=22.03%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618915400.450.040.37305.8328.849.02
HexA1599A02D4251321d31
Octal2411312320554454623561
Binary10100001101100110011010010110110010010110011001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1599A; }

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

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

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

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

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

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

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

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