#A1749E

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

Shades of Violet Blue #A1749E

Tints of Violet Blue #A1749E

Color information

#A1749E (or 0xA1749E) is unknown color: approx Violet Blue. HEX triplet: A1, 74 and 9E. RGB value is (161,116,158). Sum of RGB (Red+Green+Blue) = 161+116+158=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A1749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1749E is #5E8B61. Grayscale: #868686. Windows color (decimal): -6196066 or 10384545. OLE color: 10384545.

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

Color convert

RGB161116158-
CMYK00.280.020.37
HSL304º19.31%54.31%-
HSV(B)304º27.95%63.14%-
XYZ27.1122.5435.27-
YUV134.24141.41147.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=37.01%
G=26.67%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111615800.280.020.3730419.3154.31
HexA1749E01C2251301336
Octal2411642360342454602366
Binary101000011110100100111100111001010010110011000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1749E; }

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

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

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

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

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

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

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

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