#A17AD0

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

Shades of Lilac Bush #A17AD0

Tints of Lilac Bush #A17AD0

Color information

#A17AD0 (or 0xA17AD0) is unknown color: approx Lilac Bush. HEX triplet: A1, 7A and D0. RGB value is (161,122,208). Sum of RGB (Red+Green+Blue) = 161+122+208=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #A17AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17AD0 is #5E852F. Grayscale: #8F8F8F. Windows color (decimal): -6194480 or 13662881. OLE color: 13662881.

HSL color Cylindrical-coordinate representation of color #A17AD0: hue angle of 267.21º 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 #A17AD0 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161122208-
CMYK0.230.4100.18
HSL267.21º47.78%64.71%-
HSV(B)267.21º41.35%81.57%-
XYZ33.0426.0562.96-
YUV143.46164.42140.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 208 (81.64% from 255) = 42.36%
R=32.79%
G=24.85%
B=42.36%

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
Decimal1611222080.230.4100.18267.2147.7864.71
HexA17AD0172901210b3041
Octal241172320275102241360101
Binary10100001111101011010000101111010010100101000010111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17AD0; }

 p { color: rgb(161,122,208); }

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

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

 a { background-color: rgb(161,122,208); }

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

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

 span { border-color: rgb(161,122,208); }

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