#A07ACA

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

Shades of Lilac Bush #A07ACA

Tints of Lilac Bush #A07ACA

Color information

#A07ACA (or 0xA07ACA) is unknown color: approx Lilac Bush. HEX triplet: A0, 7A and CA. RGB value is (160,122,202). Sum of RGB (Red+Green+Blue) = 160+122+202=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #A07ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ACA is #5F8535. Grayscale: #8E8E8E. Windows color (decimal): -6260022 or 13269664. OLE color: 13269664.

HSL color Cylindrical-coordinate representation of color #A07ACA: hue angle of 268.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A07ACA is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160122202-
CMYK0.210.4000.21
HSL268.5º43.01%63.53%-
HSV(B)268.5º39.6%79.22%-
XYZ32.1225.6659.14-
YUV142.48161.59140.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 122 (48.05% from 255) = 25.21%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=33.06%
G=25.21%
B=41.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601222020.210.4000.21268.543.0163.53
HexA07ACA152801510c2b40
Octal240172312255002541453100
Binary10100000111101011001010101011010000101011000011001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07ACA; }

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

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

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

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

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

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

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

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