#A1749D

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

Shades of Violet Blue #A1749D

Tints of Violet Blue #A1749D

Color information

#A1749D (or 0xA1749D) is unknown color: approx Violet Blue. HEX triplet: A1, 74 and 9D. RGB value is (161,116,157). Sum of RGB (Red+Green+Blue) = 161+116+157=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A1749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1749D is #5E8B62. Grayscale: #868686. Windows color (decimal): -6196067 or 10319009. OLE color: 10319009.

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

Color convert

RGB161116157-
CMYK00.280.020.37
HSL305.33º19.31%54.31%-
HSV(B)305.33º27.95%63.14%-
XYZ27.0322.534.82-
YUV134.13140.91147.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=37.10%
G=26.73%
B=36.18%

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
Decimal16111615700.280.020.37305.3319.3154.31
HexA1749D01C2251311336
Octal2411642350342454612366
Binary101000011110100100111010111001010010110011000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1749D; }

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

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

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

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

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

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

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

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