#A45DBF

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

Shades of Deep Lilac #A45DBF

Tints of Deep Lilac #A45DBF

Color information

#A45DBF (or 0xA45DBF) is unknown color: approx Deep Lilac. HEX triplet: A4, 5D and BF. RGB value is (164,93,191). Sum of RGB (Red+Green+Blue) = 164+93+191=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #A45DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DBF is #5BA240. Grayscale: #7D7D7D. Windows color (decimal): -6005313 or 12541348. OLE color: 12541348.

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

Color convert

RGB16493191-
CMYK0.140.5100.25
HSL283.47º43.36%55.69%-
HSV(B)283.47º51.31%74.9%-
XYZ28.6319.4851.54-
YUV125.4165.02155.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 93 (36.72% from 255) = 20.76%
BLUE value IS 191 (75% from 255) = 42.63%
R=36.61%
G=20.76%
B=42.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164931910.140.5100.25283.4743.3655.69
HexA45DBFE3301911b2b38
Octal24413527716630314335370
Binary101001001011101101111111110110011011001100011011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45DBF; }

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

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

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

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

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

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

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

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