#A457BF

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

Shades of Deep Lilac #A457BF

Tints of Deep Lilac #A457BF

Color information

#A457BF (or 0xA457BF) is unknown color: approx Deep Lilac. HEX triplet: A4, 57 and BF. RGB value is (164,87,191). Sum of RGB (Red+Green+Blue) = 164+87+191=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #A457BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A457BF is #5BA840. Grayscale: #797979. Windows color (decimal): -6006849 or 12539812. OLE color: 12539812.

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

Color convert

RGB16487191-
CMYK0.140.5400.25
HSL284.42º44.83%54.51%-
HSV(B)284.42º54.45%74.9%-
XYZ28.1218.4751.37-
YUV121.88167.01158.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 87 (34.38% from 255) = 19.68%
BLUE value IS 191 (75% from 255) = 43.21%
R=37.10%
G=19.68%
B=43.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164871910.140.5400.25284.4244.8354.51
HexA457BFE3601911c2d37
Octal24412727716660314345567
Binary101001001010111101111111110110110011001100011100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A457BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A457BF; }

 p { color: rgb(164,87,191); }

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

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

 a { background-color: rgb(164,87,191); }

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

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

 span { border-color: rgb(164,87,191); }

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