#A1789F

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

Shades of Violet Blue #A1789F

Tints of Violet Blue #A1789F

Color information

#A1789F (or 0xA1789F) is unknown color: approx Violet Blue. HEX triplet: A1, 78 and 9F. RGB value is (161,120,159). Sum of RGB (Red+Green+Blue) = 161+120+159=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A1789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1789F is #5E8760. Grayscale: #888888. Windows color (decimal): -6195041 or 10451105. OLE color: 10451105.

HSL color Cylindrical-coordinate representation of color #A1789F: hue angle of 302.93º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1789F is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB161120159-
CMYK00.250.010.37
HSL302.93º17.9%55.1%-
HSV(B)302.93º25.47%63.14%-
XYZ27.6723.5135.88-
YUV136.7140.58145.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 120 (47.27% from 255) = 27.27%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=36.59%
G=27.27%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112015900.250.010.37302.9317.955.1
HexA1789F01912512f1237
Octal2411702370311454572267
Binary10100001111100010011111011001110010110010111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1789F; }

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

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

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

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

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

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

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

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