#A354BA

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

Shades of Deep Lilac #A354BA

Tints of Deep Lilac #A354BA

Color information

#A354BA (or 0xA354BA) is unknown color: approx Deep Lilac. HEX triplet: A3, 54 and BA. RGB value is (163,84,186). Sum of RGB (Red+Green+Blue) = 163+84+186=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #A354BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A354BA is #5CAB45. Grayscale: #767676. Windows color (decimal): -6073158 or 12211363. OLE color: 12211363.

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

Color convert

RGB16384186-
CMYK0.120.5500.27
HSL286.47º42.5%52.94%-
HSV(B)286.47º54.84%72.94%-
XYZ27.1417.6748.44-
YUV119.25165.67159.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=37.64%
G=19.40%
B=42.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163841860.120.5500.27286.4742.552.94
HexA354BAC3701B11e2a35
Octal24312427214670334365265
Binary101000111010100101110101100110111011011100011110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A354BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A354BA; }

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

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

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

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

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

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

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

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