#A53DB3

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

Shades of Deep Lilac #A53DB3

Tints of Deep Lilac #A53DB3

Color information

#A53DB3 (or 0xA53DB3) is unknown color: approx Deep Lilac. HEX triplet: A5, 3D and B3. RGB value is (165,61,179). Sum of RGB (Red+Green+Blue) = 165+61+179=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 179 - color contains mainly: blue. Hex color #A53DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DB3 is #5AC24C. Grayscale: #696969. Windows color (decimal): -5947981 or 11746725. OLE color: 11746725.

HSL color Cylindrical-coordinate representation of color #A53DB3: hue angle of 292.88º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53DB3 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16561179-
CMYK0.080.6600.30
HSL292.88º49.17%47.06%-
HSV(B)292.88º65.92%70.2%-
XYZ25.3214.5944.13-
YUV105.55169.46170.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 61 (24.22% from 255) = 15.06%
BLUE value IS 179 (70.31% from 255) = 44.20%
R=40.74%
G=15.06%
B=44.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal165611790.080.6600.30292.8849.1747.06
HexA53DB384201E125312f
Octal24575263101020364456157
Binary101001011111011011001110001000010011110100100101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53DB3; }

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

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

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

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

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

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

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

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