#A554BA

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

Shades of Deep Lilac #A554BA

Tints of Deep Lilac #A554BA

Color information

#A554BA (or 0xA554BA) is unknown color: approx Deep Lilac. HEX triplet: A5, 54 and BA. RGB value is (165,84,186). Sum of RGB (Red+Green+Blue) = 165+84+186=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #A554BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554BA is #5AAB45. Grayscale: #777777. Windows color (decimal): -5942086 or 12211365. OLE color: 12211365.

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

Color convert

RGB16584186-
CMYK0.110.5500.27
HSL287.65º42.5%52.94%-
HSV(B)287.65º54.84%72.94%-
XYZ27.5517.8948.45-
YUV119.85165.34160.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=37.93%
G=19.31%
B=42.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165841860.110.5500.27287.6542.552.94
HexA554BAB3701B1202a35
Octal24512427213670334405265
Binary101001011010100101110101011110111011011100100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A554BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A554BA; }

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

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

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

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

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

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

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

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