#A27CCC

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

Shades of Lilac Bush #A27CCC

Tints of Lilac Bush #A27CCC

Color information

#A27CCC (or 0xA27CCC) is unknown color: approx Lilac Bush. HEX triplet: A2, 7C and CC. RGB value is (162,124,204). Sum of RGB (Red+Green+Blue) = 162+124+204=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #A27CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CCC is #5D8333. Grayscale: #909090. Windows color (decimal): -6128436 or 13401250. OLE color: 13401250.

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

Color convert

RGB162124204-
CMYK0.210.3900.2
HSL268.5º43.96%64.31%-
HSV(B)268.5º39.22%80%-
XYZ33.0126.4660.49-
YUV144.48161.59140.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 124 (48.83% from 255) = 25.31%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=33.06%
G=25.31%
B=41.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621242040.210.3900.2268.543.9664.31
HexA27CCC152701410c2c40
Octal242174314254702441454100
Binary10100010111110011001100101011001110101001000011001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27CCC; }

 p { color: rgb(162,124,204); }

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

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

 a { background-color: rgb(162,124,204); }

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

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

 span { border-color: rgb(162,124,204); }

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