#A07AC6

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

Shades of Lilac Bush #A07AC6

Tints of Lilac Bush #A07AC6

Color information

#A07AC6 (or 0xA07AC6) is unknown color: approx Lilac Bush. HEX triplet: A0, 7A and C6. RGB value is (160,122,198). Sum of RGB (Red+Green+Blue) = 160+122+198=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 198 - color contains mainly: blue. Hex color #A07AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07AC6 is #5F8539. Grayscale: #8D8D8D. Windows color (decimal): -6260026 or 13007520. OLE color: 13007520.

HSL color Cylindrical-coordinate representation of color #A07AC6: hue angle of 270º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A07AC6 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB160122198-
CMYK0.190.3800.22
HSL270º40%62.75%-
HSV(B)270º38.38%77.65%-
XYZ31.6525.4756.67-
YUV142.03159.59140.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 122 (48.05% from 255) = 25.42%
BLUE value IS 198 (77.73% from 255) = 41.25%
R=33.33%
G=25.42%
B=41.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601221980.190.3800.222704062.75
HexA07AC6132601610e283f
Octal24017230623460264165077
Binary1010000011110101100011010011100110010110100001110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07AC6; }

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

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

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

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

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

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

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

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