#A359BA

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

Shades of Deep Lilac #A359BA

Tints of Deep Lilac #A359BA

Color information

#A359BA (or 0xA359BA) is unknown color: approx Deep Lilac. HEX triplet: A3, 59 and BA. RGB value is (163,89,186). Sum of RGB (Red+Green+Blue) = 163+89+186=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #A359BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359BA is #5CA645. Grayscale: #797979. Windows color (decimal): -6071878 or 12212643. OLE color: 12212643.

HSL color Cylindrical-coordinate representation of color #A359BA: hue angle of 285.77º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A359BA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16389186-
CMYK0.120.5200.27
HSL285.77º41.28%53.92%-
HSV(B)285.77º52.15%72.94%-
XYZ27.5418.4848.57-
YUV122.18164.02157.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 89 (35.16% from 255) = 20.32%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=37.21%
G=20.32%
B=42.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163891860.120.5200.27285.7741.2853.92
HexA359BAC3401B11e2936
Octal24313127214640334365166
Binary101000111011001101110101100110100011011100011110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A359BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A359BA; }

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

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

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

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

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

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

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

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