#A355B9

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

Shades of Deep Lilac #A355B9

Tints of Deep Lilac #A355B9

Color information

#A355B9 (or 0xA355B9) is unknown color: approx Deep Lilac. HEX triplet: A3, 55 and B9. RGB value is (163,85,185). Sum of RGB (Red+Green+Blue) = 163+85+185=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 185 - color contains mainly: blue. Hex color #A355B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355B9 is #5CAA46. Grayscale: #777777. Windows color (decimal): -6072903 or 12146083. OLE color: 12146083.

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

Color convert

RGB16385185-
CMYK0.120.5400.27
HSL286.8º41.67%52.94%-
HSV(B)286.8º54.05%72.55%-
XYZ27.1117.7947.9-
YUV119.72164.84158.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 185 (72.66% from 255) = 42.73%
R=37.64%
G=19.63%
B=42.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163851850.120.5400.27286.841.6752.94
HexA355B9C3601B11f2a35
Octal24312527114660334375265
Binary101000111010101101110011100110110011011100011111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A355B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A355B9; }

 p { color: rgb(163,85,185); }

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

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

 a { background-color: rgb(163,85,185); }

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

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

 span { border-color: rgb(163,85,185); }

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