#A17CC5

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

Shades of Lilac Bush #A17CC5

Tints of Lilac Bush #A17CC5

Color information

#A17CC5 (or 0xA17CC5) is unknown color: approx Lilac Bush. HEX triplet: A1, 7C and C5. RGB value is (161,124,197). Sum of RGB (Red+Green+Blue) = 161+124+197=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #A17CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CC5 is #5E833A. Grayscale: #8F8F8F. Windows color (decimal): -6193979 or 12942497. OLE color: 12942497.

HSL color Cylindrical-coordinate representation of color #A17CC5: hue angle of 270.41º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A17CC5 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB161124197-
CMYK0.180.3700.23
HSL270.41º38.62%62.94%-
HSV(B)270.41º37.06%77.25%-
XYZ31.9826.0256.16-
YUV143.38158.26140.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 124 (48.83% from 255) = 25.73%
BLUE value IS 197 (77.34% from 255) = 40.87%
R=33.40%
G=25.73%
B=40.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611241970.180.3700.23270.4138.6262.94
HexA17CC5122501710e273f
Octal24117430522450274164777
Binary1010000111111001100010110010100101010111100001110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17CC5; }

 p { color: rgb(161,124,197); }

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

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

 a { background-color: rgb(161,124,197); }

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

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

 span { border-color: rgb(161,124,197); }

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