#A27DCA

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

Shades of Lilac Bush #A27DCA

Tints of Lilac Bush #A27DCA

Color information

#A27DCA (or 0xA27DCA) is unknown color: approx Lilac Bush. HEX triplet: A2, 7D and CA. RGB value is (162,125,202). Sum of RGB (Red+Green+Blue) = 162+125+202=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #A27DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DCA is #5D8235. Grayscale: #909090. Windows color (decimal): -6128182 or 13270434. OLE color: 13270434.

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

Color convert

RGB162125202-
CMYK0.200.3800.21
HSL268.83º42.08%64.12%-
HSV(B)268.83º38.12%79.22%-
XYZ32.8926.6159.28-
YUV144.84160.26140.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 125 (49.22% from 255) = 25.56%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=33.13%
G=25.56%
B=41.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621252020.200.3800.21268.8342.0864.12
HexA27DCA142601510d2a40
Octal242175312244602541552100
Binary10100010111110111001010101001001100101011000011011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27DCA; }

 p { color: rgb(162,125,202); }

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

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

 a { background-color: rgb(162,125,202); }

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

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

 span { border-color: rgb(162,125,202); }

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