#A355BB

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

Shades of Deep Lilac #A355BB

Tints of Deep Lilac #A355BB

Color information

#A355BB (or 0xA355BB) is unknown color: approx Deep Lilac. HEX triplet: A3, 55 and BB. RGB value is (163,85,187). Sum of RGB (Red+Green+Blue) = 163+85+187=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #A355BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355BB is #5CAA44. Grayscale: #777777. Windows color (decimal): -6072901 or 12277155. OLE color: 12277155.

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

Color convert

RGB16385187-
CMYK0.130.5500.27
HSL285.88º42.86%53.33%-
HSV(B)285.88º54.55%73.33%-
XYZ27.3217.8749.02-
YUV119.95165.84158.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 85 (33.59% from 255) = 19.54%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=37.47%
G=19.54%
B=42.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163851870.130.5500.27285.8842.8653.33
HexA355BBD3701B11e2b35
Octal24312527315670334365365
Binary101000111010101101110111101110111011011100011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A355BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A355BB; }

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

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

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

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

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

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

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

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