#A27BCB

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

Shades of Lilac Bush #A27BCB

Tints of Lilac Bush #A27BCB

Color information

#A27BCB (or 0xA27BCB) is unknown color: approx Lilac Bush. HEX triplet: A2, 7B and CB. RGB value is (162,123,203). Sum of RGB (Red+Green+Blue) = 162+123+203=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #A27BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BCB is #5D8434. Grayscale: #8F8F8F. Windows color (decimal): -6128693 or 13335458. OLE color: 13335458.

HSL color Cylindrical-coordinate representation of color #A27BCB: hue angle of 269.25º degrees, saturation: 0.43, 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 #A27BCB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162123203-
CMYK0.200.3900.20
HSL269.25º43.48%63.92%-
HSV(B)269.25º39.41%79.61%-
XYZ32.7626.1659.82-
YUV143.78161.42141-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.20%
GREEN value IS 123 (48.44% from 255) = 25.20%
BLUE value IS 203 (79.69% from 255) = 41.60%
R=33.20%
G=25.20%
B=41.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621232030.200.3900.20269.2543.4863.92
HexA27BCB142701410d2b40
Octal242173313244702441553100
Binary10100010111101111001011101001001110101001000011011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27BCB; }

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

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

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

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

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

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

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

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