#A359C1

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

Shades of Deep Lilac #A359C1

Tints of Deep Lilac #A359C1

Color information

#A359C1 (or 0xA359C1) is unknown color: approx Deep Lilac. HEX triplet: A3, 59 and C1. RGB value is (163,89,193). Sum of RGB (Red+Green+Blue) = 163+89+193=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #A359C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359C1 is #5CA63E. Grayscale: #7A7A7A. Windows color (decimal): -6071871 or 12671395. OLE color: 12671395.

HSL color Cylindrical-coordinate representation of color #A359C1: hue angle of 282.69º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A359C1 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16389193-
CMYK0.160.5400.24
HSL282.69º45.61%55.29%-
HSV(B)282.69º53.89%75.69%-
XYZ28.318.7852.59-
YUV122.98167.52156.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 89 (35.16% from 255) = 20%
BLUE value IS 193 (75.78% from 255) = 43.37%
R=36.63%
G=20%
B=43.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163891930.160.5400.24282.6945.6155.29
HexA359C1103601811b2e37
Octal24313130120660304335667
Binary1010001110110011100000110000110110011000100011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A359C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A359C1; }

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

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

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

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

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

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

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

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