#A07DCD

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

Shades of Lilac Bush #A07DCD

Tints of Lilac Bush #A07DCD

Color information

#A07DCD (or 0xA07DCD) is unknown color: approx Lilac Bush. HEX triplet: A0, 7D and CD. RGB value is (160,125,205). Sum of RGB (Red+Green+Blue) = 160+125+205=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #A07DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DCD is #5F8232. Grayscale: #909090. Windows color (decimal): -6259251 or 13467040. OLE color: 13467040.

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

Color convert

RGB160125205-
CMYK0.220.3900.20
HSL266.25º44.44%64.71%-
HSV(B)266.25º39.02%80.39%-
XYZ32.8526.5561.15-
YUV144.58162.1139-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 125 (49.22% from 255) = 25.51%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=32.65%
G=25.51%
B=41.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601252050.220.3900.20266.2544.4464.71
HexA07DCD162701410a2c41
Octal240175315264702441254101
Binary10100000111110111001101101101001110101001000010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07DCD; }

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

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

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

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

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

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

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

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