#A07AD1

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

Shades of Lilac Bush #A07AD1

Tints of Lilac Bush #A07AD1

Color information

#A07AD1 (or 0xA07AD1) is unknown color: approx Lilac Bush. HEX triplet: A0, 7A and D1. RGB value is (160,122,209). Sum of RGB (Red+Green+Blue) = 160+122+209=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #A07AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07AD1 is #5F852E. Grayscale: #8E8E8E. Windows color (decimal): -6260015 or 13728416. OLE color: 13728416.

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

Color convert

RGB160122209-
CMYK0.230.4200.18
HSL266.21º48.6%64.9%-
HSV(B)266.21º41.63%81.96%-
XYZ32.972663.6-
YUV143.28165.09139.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 209 (82.03% from 255) = 42.57%
R=32.59%
G=24.85%
B=42.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601222090.230.4200.18266.2148.664.9
HexA07AD1172A01210a3141
Octal240172321275202241261101
Binary10100000111101011010001101111010100100101000010101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07AD1; }

 p { color: rgb(160,122,209); }

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

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

 a { background-color: rgb(160,122,209); }

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

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

 span { border-color: rgb(160,122,209); }

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