#A45DBE

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

Shades of Deep Lilac #A45DBE

Tints of Deep Lilac #A45DBE

Color information

#A45DBE (or 0xA45DBE) is unknown color: approx Deep Lilac. HEX triplet: A4, 5D and BE. RGB value is (164,93,190). Sum of RGB (Red+Green+Blue) = 164+93+190=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #A45DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DBE is #5BA241. Grayscale: #7C7C7C. Windows color (decimal): -6005314 or 12475812. OLE color: 12475812.

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

Color convert

RGB16493190-
CMYK0.140.5100.25
HSL283.92º42.73%55.49%-
HSV(B)283.92º51.05%74.51%-
XYZ28.5219.4450.96-
YUV125.29164.52155.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=36.69%
G=20.81%
B=42.51%

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
Decimal164931900.140.5100.25283.9242.7355.49
HexA45DBEE3301911c2b37
Octal24413527616630314345367
Binary101001001011101101111101110110011011001100011100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45DBE; }

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

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

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

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

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

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

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

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