#A354BF

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

Shades of Deep Lilac #A354BF

Tints of Deep Lilac #A354BF

Color information

#A354BF (or 0xA354BF) is unknown color: approx Deep Lilac. HEX triplet: A3, 54 and BF. RGB value is (163,84,191). Sum of RGB (Red+Green+Blue) = 163+84+191=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #A354BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A354BF is #5CAB40. Grayscale: #777777. Windows color (decimal): -6073153 or 12539043. OLE color: 12539043.

HSL color Cylindrical-coordinate representation of color #A354BF: hue angle of 284.3º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A354BF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16384191-
CMYK0.150.5600.25
HSL284.3º45.53%53.92%-
HSV(B)284.3º56.02%74.9%-
XYZ27.6817.8951.28-
YUV119.82168.17158.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 84 (33.20% from 255) = 19.18%
BLUE value IS 191 (75% from 255) = 43.61%
R=37.21%
G=19.18%
B=43.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163841910.150.5600.25284.345.5353.92
HexA354BFF3801911c2e36
Octal24312427717700314345666
Binary101000111010100101111111111111000011001100011100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A354BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A354BF; }

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

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

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

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

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

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

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

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