#A359BD

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

Shades of Deep Lilac #A359BD

Tints of Deep Lilac #A359BD

Color information

#A359BD (or 0xA359BD) is unknown color: approx Deep Lilac. HEX triplet: A3, 59 and BD. RGB value is (163,89,189). Sum of RGB (Red+Green+Blue) = 163+89+189=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #A359BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359BD is #5CA642. Grayscale: #7A7A7A. Windows color (decimal): -6071875 or 12409251. OLE color: 12409251.

HSL color Cylindrical-coordinate representation of color #A359BD: hue angle of 284.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A359BD is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16389189-
CMYK0.140.5300.26
HSL284.4º43.1%54.51%-
HSV(B)284.4º52.91%74.12%-
XYZ27.8618.6150.27-
YUV122.53165.52156.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 89 (35.16% from 255) = 20.18%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=36.96%
G=20.18%
B=42.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163891890.140.5300.26284.443.154.51
HexA359BDE3501A11c2b37
Octal24313127516650324345367
Binary101000111011001101111011110110101011010100011100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A359BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A359BD; }

 p { color: rgb(163,89,189); }

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

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

 a { background-color: rgb(163,89,189); }

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

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

 span { border-color: rgb(163,89,189); }

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