#A53DB5

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

Shades of Deep Lilac #A53DB5

Tints of Deep Lilac #A53DB5

Color information

#A53DB5 (or 0xA53DB5) is unknown color: approx Deep Lilac. HEX triplet: A5, 3D and B5. RGB value is (165,61,181). Sum of RGB (Red+Green+Blue) = 165+61+181=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #A53DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DB5 is #5AC24A. Grayscale: #696969. Windows color (decimal): -5947979 or 11877797. OLE color: 11877797.

HSL color Cylindrical-coordinate representation of color #A53DB5: hue angle of 292º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53DB5 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16561181-
CMYK0.090.6600.29
HSL292º49.59%47.45%-
HSV(B)292º66.3%70.98%-
XYZ25.5314.6745.2-
YUV105.78170.46170.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 61 (24.22% from 255) = 14.99%
BLUE value IS 181 (71.09% from 255) = 44.47%
R=40.54%
G=14.99%
B=44.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165611810.090.6600.2929249.5947.45
HexA53DB594201D124322f
Octal24575265111020354446257
Binary101001011111011011010110011000010011101100100100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53DB5; }

 p { color: rgb(165,61,181); }

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

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

 a { background-color: rgb(165,61,181); }

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

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

 span { border-color: rgb(165,61,181); }

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