#A27DCD

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

Shades of Lilac Bush #A27DCD

Tints of Lilac Bush #A27DCD

Color information

#A27DCD (or 0xA27DCD) is unknown color: approx Lilac Bush. HEX triplet: A2, 7D and CD. RGB value is (162,125,205). Sum of RGB (Red+Green+Blue) = 162+125+205=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #A27DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DCD is #5D8232. Grayscale: #909090. Windows color (decimal): -6128179 or 13467042. OLE color: 13467042.

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

Color convert

RGB162125205-
CMYK0.210.3900.20
HSL267.75º44.44%64.71%-
HSV(B)267.75º39.02%80.39%-
XYZ33.2526.7661.17-
YUV145.18161.76140-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 125 (49.22% from 255) = 25.41%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=32.93%
G=25.41%
B=41.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621252050.210.3900.20267.7544.4464.71
HexA27DCD152701410c2c41
Octal242175315254702441454101
Binary10100010111110111001101101011001110101001000011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27DCD; }

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

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

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

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

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

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

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

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