#A1749F

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

Shades of Violet Blue #A1749F

Tints of Violet Blue #A1749F

Color information

#A1749F (or 0xA1749F) is unknown color: approx Violet Blue. HEX triplet: A1, 74 and 9F. RGB value is (161,116,159). Sum of RGB (Red+Green+Blue) = 161+116+159=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A1749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1749F is #5E8B60. Grayscale: #868686. Windows color (decimal): -6196065 or 10450081. OLE color: 10450081.

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

Color convert

RGB161116159-
CMYK00.280.010.37
HSL302.67º19.31%54.31%-
HSV(B)302.67º27.95%63.14%-
XYZ27.222.5735.72-
YUV134.36141.91147-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 116 (45.70% from 255) = 26.61%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=36.93%
G=26.61%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111615900.280.010.37302.6719.3154.31
HexA1749F01C12512f1336
Octal2411642370341454572366
Binary10100001111010010011111011100110010110010111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1749F; }

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

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

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

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

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

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

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

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