#A174C3

Color #A174C3 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #A174C3

Tints of Lilac Bush #A174C3

Color information

#A174C3 (or 0xA174C3) is unknown color: approx Lilac Bush. HEX triplet: A1, 74 and C3. RGB value is (161,116,195). Sum of RGB (Red+Green+Blue) = 161+116+195=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #A174C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174C3 is #5E8B3C. Grayscale: #8A8A8A. Windows color (decimal): -6196029 or 12809377. OLE color: 12809377.

HSL color Cylindrical-coordinate representation of color #A174C3: hue angle of 274.18º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A174C3 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161116195-
CMYK0.170.4100.24
HSL274.18º39.7%60.98%-
HSV(B)274.18º40.51%76.47%-
XYZ30.7924.0154.64-
YUV138.46159.91144.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 116 (45.70% from 255) = 24.58%
BLUE value IS 195 (76.56% from 255) = 41.31%
R=34.11%
G=24.58%
B=41.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611161950.170.4100.24274.1839.760.98
HexA174C31129018112283d
Octal24116430321510304225075
Binary1010000111101001100001110001101001011000100010010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A174C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A174C3; }

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

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

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

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

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

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

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

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