#A17DCD

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

Shades of Lilac Bush #A17DCD

Tints of Lilac Bush #A17DCD

Color information

#A17DCD (or 0xA17DCD) is unknown color: approx Lilac Bush. HEX triplet: A1, 7D and CD. RGB value is (161,125,205). Sum of RGB (Red+Green+Blue) = 161+125+205=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #A17DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DCD is #5E8232. Grayscale: #909090. Windows color (decimal): -6193715 or 13467041. OLE color: 13467041.

HSL color Cylindrical-coordinate representation of color #A17DCD: hue angle of 267º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A17DCD is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161125205-
CMYK0.210.3900.20
HSL267º44.44%64.71%-
HSV(B)267º39.02%80.39%-
XYZ33.0526.6561.16-
YUV144.88161.93139.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=32.79%
G=25.46%
B=41.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611252050.210.3900.2026744.4464.71
HexA17DCD152701410b2c41
Octal241175315254702441354101
Binary10100001111110111001101101011001110101001000010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17DCD; }

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

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

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

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

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

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

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

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