#A37CCB

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

Shades of Lilac Bush #A37CCB

Tints of Lilac Bush #A37CCB

Color information

#A37CCB (or 0xA37CCB) is unknown color: approx Lilac Bush. HEX triplet: A3, 7C and CB. RGB value is (163,124,203). Sum of RGB (Red+Green+Blue) = 163+124+203=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #A37CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CCB is #5C8334. Grayscale: #909090. Windows color (decimal): -6062901 or 13335715. OLE color: 13335715.

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

Color convert

RGB163124203-
CMYK0.200.3900.20
HSL269.62º43.17%64.12%-
HSV(B)269.62º38.92%79.61%-
XYZ33.0926.5159.87-
YUV144.67160.92141.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.27%
GREEN value IS 124 (48.83% from 255) = 25.31%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=33.27%
G=25.31%
B=41.43%

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
Decimal1631242030.200.3900.20269.6243.1764.12
HexA37CCB142701410e2b40
Octal243174313244702441653100
Binary10100011111110011001011101001001110101001000011101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37CCB; }

 p { color: rgb(163,124,203); }

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

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

 a { background-color: rgb(163,124,203); }

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

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

 span { border-color: rgb(163,124,203); }

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