#A555BA

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

Shades of Deep Lilac #A555BA

Tints of Deep Lilac #A555BA

Color information

#A555BA (or 0xA555BA) is unknown color: approx Deep Lilac. HEX triplet: A5, 55 and BA. RGB value is (165,85,186). Sum of RGB (Red+Green+Blue) = 165+85+186=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #A555BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555BA is #5AAA45. Grayscale: #787878. Windows color (decimal): -5941830 or 12211621. OLE color: 12211621.

HSL color Cylindrical-coordinate representation of color #A555BA: hue angle of 287.52º 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 #A555BA is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16585186-
CMYK0.110.5400.27
HSL287.52º42.26%53.14%-
HSV(B)287.52º54.3%72.94%-
XYZ27.6318.0448.48-
YUV120.43165159.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 85 (33.59% from 255) = 19.50%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=37.84%
G=19.50%
B=42.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165851860.110.5400.27287.5242.2653.14
HexA555BAB3601B1202a35
Octal24512527213660334405265
Binary101001011010101101110101011110110011011100100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A555BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A555BA; }

 p { color: rgb(165,85,186); }

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

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

 a { background-color: rgb(165,85,186); }

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

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

 span { border-color: rgb(165,85,186); }

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