#A355B6

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

Shades of Deep Lilac #A355B6

Tints of Deep Lilac #A355B6

Color information

#A355B6 (or 0xA355B6) is unknown color: approx Deep Lilac. HEX triplet: A3, 55 and B6. RGB value is (163,85,182). Sum of RGB (Red+Green+Blue) = 163+85+182=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 182 - color contains mainly: blue. Hex color #A355B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355B6 is #5CAA49. Grayscale: #777777. Windows color (decimal): -6072906 or 11949475. OLE color: 11949475.

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

Color convert

RGB16385182-
CMYK0.100.5300.29
HSL288.25º39.92%52.35%-
HSV(B)288.25º53.3%71.37%-
XYZ26.817.6646.25-
YUV119.38163.34159.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 85 (33.59% from 255) = 19.77%
BLUE value IS 182 (71.48% from 255) = 42.33%
R=37.91%
G=19.77%
B=42.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163851820.100.5300.29288.2539.9252.35
HexA355B6A3501D1202834
Octal24312526612650354405064
Binary101000111010101101101101010110101011101100100000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A355B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A355B6; }

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

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

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

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

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

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

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

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