#A07AC8

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

Shades of Lilac Bush #A07AC8

Tints of Lilac Bush #A07AC8

Color information

#A07AC8 (or 0xA07AC8) is unknown color: approx Lilac Bush. HEX triplet: A0, 7A and C8. RGB value is (160,122,200). Sum of RGB (Red+Green+Blue) = 160+122+200=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 200 - color contains mainly: blue. Hex color #A07AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07AC8 is #5F8537. Grayscale: #8D8D8D. Windows color (decimal): -6260024 or 13138592. OLE color: 13138592.

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

Color convert

RGB160122200-
CMYK0.20.3900.22
HSL269.23º41.49%63.14%-
HSV(B)269.23º39%78.43%-
XYZ31.8825.5657.9-
YUV142.25160.59140.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 200 (78.52% from 255) = 41.49%
R=33.20%
G=25.31%
B=41.49%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601222000.20.3900.22269.2341.4963.14
HexA07AC8142701610d293f
Octal24017231024470264155177
Binary1010000011110101100100010100100111010110100001101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07AC8; }

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

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

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

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

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

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

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

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