#A37CCD

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

Shades of Lilac Bush #A37CCD

Tints of Lilac Bush #A37CCD

Color information

#A37CCD (or 0xA37CCD) is unknown color: approx Lilac Bush. HEX triplet: A3, 7C and CD. RGB value is (163,124,205). Sum of RGB (Red+Green+Blue) = 163+124+205=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #A37CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CCD is #5C8332. Grayscale: #909090. Windows color (decimal): -6062899 or 13466787. OLE color: 13466787.

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

Color convert

RGB163124205-
CMYK0.200.4000.20
HSL268.89º44.75%64.51%-
HSV(B)268.89º39.51%80.39%-
XYZ33.3326.6161.14-
YUV144.89161.92140.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 124 (48.83% from 255) = 25.20%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=33.13%
G=25.20%
B=41.67%

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
Decimal1631242050.200.4000.20268.8944.7564.51
HexA37CCD142801410d2d41
Octal243174315245002441555101
Binary10100011111110011001101101001010000101001000011011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37CCD; }

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

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

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

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

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

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

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

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