#A37ACC

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

Shades of Lilac Bush #A37ACC

Tints of Lilac Bush #A37ACC

Color information

#A37ACC (or 0xA37ACC) is unknown color: approx Lilac Bush. HEX triplet: A3, 7A and CC. RGB value is (163,122,204). Sum of RGB (Red+Green+Blue) = 163+122+204=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #A37ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ACC is #5C8533. Grayscale: #8F8F8F. Windows color (decimal): -6063412 or 13400739. OLE color: 13400739.

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

Color convert

RGB163122204-
CMYK0.200.4000.2
HSL270º44.57%63.92%-
HSV(B)270º40.2%80%-
XYZ32.9626.0760.42-
YUV143.61162.08141.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.33%
GREEN value IS 122 (48.05% from 255) = 24.95%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=33.33%
G=24.95%
B=41.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1631222040.200.4000.227044.5763.92
HexA37ACC142801410e2d40
Octal243172314245002441655100
Binary10100011111101011001100101001010000101001000011101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37ACC; }

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

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

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

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

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

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

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

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