#A37ACA

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

Shades of Lilac Bush #A37ACA

Tints of Lilac Bush #A37ACA

Color information

#A37ACA (or 0xA37ACA) is unknown color: approx Lilac Bush. HEX triplet: A3, 7A and CA. RGB value is (163,122,202). Sum of RGB (Red+Green+Blue) = 163+122+202=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #A37ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ACA is #5C8535. Grayscale: #8F8F8F. Windows color (decimal): -6063414 or 13269667. OLE color: 13269667.

HSL color Cylindrical-coordinate representation of color #A37ACA: hue angle of 270.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A37ACA is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163122202-
CMYK0.190.4000.21
HSL270.75º43.01%63.53%-
HSV(B)270.75º39.6%79.22%-
XYZ32.7225.9759.17-
YUV143.38161.08142-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.47%
GREEN value IS 122 (48.05% from 255) = 25.05%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=33.47%
G=25.05%
B=41.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631222020.190.4000.21270.7543.0163.53
HexA37ACA132801510f2b40
Octal243172312235002541753100
Binary10100011111101011001010100111010000101011000011111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37ACA; }

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

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

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

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

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

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

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

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