#A17DCE

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

Shades of Lilac Bush #A17DCE

Tints of Lilac Bush #A17DCE

Color information

#A17DCE (or 0xA17DCE) is unknown color: approx Lilac Bush. HEX triplet: A1, 7D and CE. RGB value is (161,125,206). Sum of RGB (Red+Green+Blue) = 161+125+206=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #A17DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DCE is #5E8231. Grayscale: #909090. Windows color (decimal): -6193714 or 13532577. OLE color: 13532577.

HSL color Cylindrical-coordinate representation of color #A17DCE: hue angle of 266.67º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A17DCE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161125206-
CMYK0.220.3900.19
HSL266.67º45.25%64.9%-
HSV(B)266.67º39.32%80.78%-
XYZ33.1726.761.8-
YUV145162.43139.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 125 (49.22% from 255) = 25.41%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=32.72%
G=25.41%
B=41.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611252060.220.3900.19266.6745.2564.9
HexA17DCE162701310b2d41
Octal241175316264702341355101
Binary10100001111110111001110101101001110100111000010111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17DCE; }

 p { color: rgb(161,125,206); }

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

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

 a { background-color: rgb(161,125,206); }

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

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

 span { border-color: rgb(161,125,206); }

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