#A45DB9

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

Shades of Deep Lilac #A45DB9

Tints of Deep Lilac #A45DB9

Color information

#A45DB9 (or 0xA45DB9) is unknown color: approx Deep Lilac. HEX triplet: A4, 5D and B9. RGB value is (164,93,185). Sum of RGB (Red+Green+Blue) = 164+93+185=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #A45DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DB9 is #5BA246. Grayscale: #7C7C7C. Windows color (decimal): -6005319 or 12148132. OLE color: 12148132.

HSL color Cylindrical-coordinate representation of color #A45DB9: hue angle of 286.3º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A45DB9 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16493185-
CMYK0.110.5000.27
HSL286.3º39.66%54.51%-
HSV(B)286.3º49.73%72.55%-
XYZ27.9819.2248.13-
YUV124.72162.02156.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 93 (36.72% from 255) = 21.04%
BLUE value IS 185 (72.66% from 255) = 41.86%
R=37.10%
G=21.04%
B=41.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164931850.110.5000.27286.339.6654.51
HexA45DB9B3201B11e2837
Octal24413527113620334365067
Binary101001001011101101110011011110010011011100011110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45DB9; }

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

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

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

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

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

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

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

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