#A37ACB

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

Shades of Lilac Bush #A37ACB

Tints of Lilac Bush #A37ACB

Color information

#A37ACB (or 0xA37ACB) is unknown color: approx Lilac Bush. HEX triplet: A3, 7A and CB. RGB value is (163,122,203). Sum of RGB (Red+Green+Blue) = 163+122+203=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 122 (48.05% from 255 or 25% 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 #A37ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ACB is #5C8534. Grayscale: #8F8F8F. Windows color (decimal): -6063413 or 13335203. OLE color: 13335203.

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

Color convert

RGB163122203-
CMYK0.200.4000.20
HSL270.37º43.78%63.73%-
HSV(B)270.37º39.9%79.61%-
XYZ32.8426.0259.79-
YUV143.49161.58141.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 203 (79.69% from 255) = 41.60%
R=33.40%
G=25%
B=41.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631222030.200.4000.20270.3743.7863.73
HexA37ACB142801410e2c40
Octal243172313245002441654100
Binary10100011111101011001011101001010000101001000011101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37ACB; }

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

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

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

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

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

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

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

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