#A37DCD

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

Shades of Lilac Bush #A37DCD

Tints of Lilac Bush #A37DCD

Color information

#A37DCD (or 0xA37DCD) is unknown color: approx Lilac Bush. HEX triplet: A3, 7D and CD. RGB value is (163,125,205). Sum of RGB (Red+Green+Blue) = 163+125+205=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #A37DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DCD is #5C8232. Grayscale: #919191. Windows color (decimal): -6062643 or 13467043. OLE color: 13467043.

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

Color convert

RGB163125205-
CMYK0.200.3900.20
HSL268.5º44.44%64.71%-
HSV(B)268.5º39.02%80.39%-
XYZ33.4626.8661.18-
YUV145.48161.59140.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.06%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=33.06%
G=25.35%
B=41.58%

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
Decimal1631252050.200.3900.20268.544.4464.71
HexA37DCD142701410c2c41
Octal243175315244702441454101
Binary10100011111110111001101101001001110101001000011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37DCD; }

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

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

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

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

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

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

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

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