#A1789E

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

Shades of Violet Blue #A1789E

Tints of Violet Blue #A1789E

Color information

#A1789E (or 0xA1789E) is unknown color: approx Violet Blue. HEX triplet: A1, 78 and 9E. RGB value is (161,120,158). Sum of RGB (Red+Green+Blue) = 161+120+158=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A1789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1789E is #5E8761. Grayscale: #888888. Windows color (decimal): -6195042 or 10385569. OLE color: 10385569.

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

Color convert

RGB161120158-
CMYK00.250.020.37
HSL304.39º17.9%55.1%-
HSV(B)304.39º25.47%63.14%-
XYZ27.5923.4835.43-
YUV136.59140.08145.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.67%
GREEN value IS 120 (47.27% from 255) = 27.33%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=36.67%
G=27.33%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112015800.250.020.37304.3917.955.1
HexA1789E0192251301237
Octal2411702360312454602267
Binary101000011111000100111100110011010010110011000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1789E; }

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

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

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

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

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

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

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

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