#A17CD1

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

Shades of Lilac Bush #A17CD1

Tints of Lilac Bush #A17CD1

Color information

#A17CD1 (or 0xA17CD1) is unknown color: approx Lilac Bush. HEX triplet: A1, 7C and D1. RGB value is (161,124,209). Sum of RGB (Red+Green+Blue) = 161+124+209=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #A17CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CD1 is #5E832E. Grayscale: #909090. Windows color (decimal): -6193967 or 13728929. OLE color: 13728929.

HSL color Cylindrical-coordinate representation of color #A17CD1: hue angle of 266.12º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A17CD1 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161124209-
CMYK0.230.4100.18
HSL266.12º48.02%65.29%-
HSV(B)266.12º40.67%81.96%-
XYZ33.4126.663.69-
YUV144.75164.26139.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 124 (48.83% from 255) = 25.10%
BLUE value IS 209 (82.03% from 255) = 42.31%
R=32.59%
G=25.10%
B=42.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611242090.230.4100.18266.1248.0265.29
HexA17CD1172901210a3041
Octal241174321275102241260101
Binary10100001111110011010001101111010010100101000010101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17CD1; }

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

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

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

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

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

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

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

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