#A07DCC

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

Shades of Lilac Bush #A07DCC

Tints of Lilac Bush #A07DCC

Color information

#A07DCC (or 0xA07DCC) is unknown color: approx Lilac Bush. HEX triplet: A0, 7D and CC. RGB value is (160,125,204). Sum of RGB (Red+Green+Blue) = 160+125+204=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #A07DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DCC is #5F8233. Grayscale: #909090. Windows color (decimal): -6259252 or 13401504. OLE color: 13401504.

HSL color Cylindrical-coordinate representation of color #A07DCC: hue angle of 266.58º 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 #A07DCC is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160125204-
CMYK0.220.3900.2
HSL266.58º43.65%64.51%-
HSV(B)266.58º38.73%80%-
XYZ32.7326.560.52-
YUV144.47161.6139.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 125 (49.22% from 255) = 25.56%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=32.72%
G=25.56%
B=41.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601252040.220.3900.2266.5843.6564.51
HexA07DCC162701410b2c41
Octal240175314264702441354101
Binary10100000111110111001100101101001110101001000010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07DCC; }

 p { color: rgb(160,125,204); }

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

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

 a { background-color: rgb(160,125,204); }

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

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

 span { border-color: rgb(160,125,204); }

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