#A17CCB

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

Shades of Lilac Bush #A17CCB

Tints of Lilac Bush #A17CCB

Color information

#A17CCB (or 0xA17CCB) is unknown color: approx Lilac Bush. HEX triplet: A1, 7C and CB. RGB value is (161,124,203). Sum of RGB (Red+Green+Blue) = 161+124+203=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #A17CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CCB is #5E8334. Grayscale: #8F8F8F. Windows color (decimal): -6193973 or 13335713. OLE color: 13335713.

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

Color convert

RGB161124203-
CMYK0.210.3900.20
HSL268.1º43.17%64.12%-
HSV(B)268.1º38.92%79.61%-
XYZ32.6926.359.85-
YUV144.07161.26140.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 124 (48.83% from 255) = 25.41%
BLUE value IS 203 (79.69% from 255) = 41.60%
R=32.99%
G=25.41%
B=41.60%

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
Decimal1611242030.210.3900.20268.143.1764.12
HexA17CCB152701410c2b40
Octal241174313254702441453100
Binary10100001111110011001011101011001110101001000011001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17CCB; }

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

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

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

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

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

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

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

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