#A179A0

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

Shades of Violet Blue #A179A0

Tints of Violet Blue #A179A0

Color information

#A179A0 (or 0xA179A0) is unknown color: approx Violet Blue. HEX triplet: A1, 79 and A0. RGB value is (161,121,160). Sum of RGB (Red+Green+Blue) = 161+121+160=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 161 - color contains mainly: red. Hex color #A179A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A179A0 is #5E865F. Grayscale: #898989. Windows color (decimal): -6194784 or 10516897. OLE color: 10516897.

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

Color convert

RGB161121160-
CMYK00.250.010.37
HSL301.5º17.54%55.29%-
HSV(B)301.5º24.84%63.14%-
XYZ27.8823.7936.38-
YUV137.41140.75144.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.43%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 160 (62.89% from 255) = 36.20%
R=36.43%
G=27.38%
B=36.20%

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
Decimal16112116000.250.010.37301.517.5455.29
HexA179A001912512e1237
Octal2411712400311454562267
Binary10100001111100110100000011001110010110010111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A179A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A179A0; }

 p { color: rgb(161,121,160); }

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

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

 a { background-color: rgb(161,121,160); }

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

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

 span { border-color: rgb(161,121,160); }

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