#A359B4

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

Shades of Deep Lilac #A359B4

Tints of Deep Lilac #A359B4

Color information

#A359B4 (or 0xA359B4) is unknown color: approx Deep Lilac. HEX triplet: A3, 59 and B4. RGB value is (163,89,180). Sum of RGB (Red+Green+Blue) = 163+89+180=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 180 - color contains mainly: blue. Hex color #A359B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359B4 is #5CA64B. Grayscale: #797979. Windows color (decimal): -6071884 or 11819427. OLE color: 11819427.

HSL color Cylindrical-coordinate representation of color #A359B4: hue angle of 288.79º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A359B4 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16389180-
CMYK0.090.5100.29
HSL288.79º37.76%52.75%-
HSV(B)288.79º50.56%70.59%-
XYZ26.9118.2345.28-
YUV121.5161.02157.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 89 (35.16% from 255) = 20.60%
BLUE value IS 180 (70.70% from 255) = 41.67%
R=37.73%
G=20.60%
B=41.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163891800.090.5100.29288.7937.7652.75
HexA359B493301D1212635
Octal24313126411630354414665
Binary101000111011001101101001001110011011101100100001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A359B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A359B4; }

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

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

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

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

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

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

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

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