#A27BD1

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

Shades of Lilac Bush #A27BD1

Tints of Lilac Bush #A27BD1

Color information

#A27BD1 (or 0xA27BD1) is unknown color: approx Lilac Bush. HEX triplet: A2, 7B and D1. RGB value is (162,123,209). Sum of RGB (Red+Green+Blue) = 162+123+209=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #A27BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BD1 is #5D842E. Grayscale: #909090. Windows color (decimal): -6128687 or 13728674. OLE color: 13728674.

HSL color Cylindrical-coordinate representation of color #A27BD1: hue angle of 267.21º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A27BD1 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162123209-
CMYK0.220.4100.18
HSL267.21º48.31%65.1%-
HSV(B)267.21º41.15%81.96%-
XYZ33.4926.4563.66-
YUV144.46164.42140.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.79%
GREEN value IS 123 (48.44% from 255) = 24.90%
BLUE value IS 209 (82.03% from 255) = 42.31%
R=32.79%
G=24.90%
B=42.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621232090.220.4100.18267.2148.3165.1
HexA27BD1162901210b3041
Octal242173321265102241360101
Binary10100010111101111010001101101010010100101000010111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27BD1; }

 p { color: rgb(162,123,209); }

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

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

 a { background-color: rgb(162,123,209); }

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

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

 span { border-color: rgb(162,123,209); }

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