#a1598f

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

Shades of Violet Blue #A1598F

Tints of Violet Blue #A1598F

Color information

#A1598F (or 0xA1598F) is unknown color: approx Violet Blue. HEX triplet: A1, 59 and 8F. RGB value is (161,89,143). Sum of RGB (Red+Green+Blue) = 161+89+143=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A1598F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1598F is #5EA670. Grayscale: #747474. Windows color (decimal): -6202993 or 9394593. OLE color: 9394593.

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

Color convert

RGB16189143-
CMYK00.450.110.37
HSL315º28.8%49.02%-
HSV(B)315º44.72%63.14%-
XYZ23.2316.727.99-
YUV116.68142.85159.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 89 (35.16% from 255) = 22.65%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=40.97%
G=22.65%
B=36.39%

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
Decimal1618914300.450.110.3731528.849.02
HexA1598F02DB2513b1d31
Octal24113121705513454733561
Binary101000011011001100011110101101101110010110011101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1598f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1598f; }

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

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

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

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

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

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

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

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