#A53EB1

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

Shades of Deep Lilac #A53EB1

Tints of Deep Lilac #A53EB1

Color information

#A53EB1 (or 0xA53EB1) is unknown color: approx Deep Lilac. HEX triplet: A5, 3E and B1. RGB value is (165,62,177). Sum of RGB (Red+Green+Blue) = 165+62+177=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #A53EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53EB1 is #5AC14E. Grayscale: #696969. Windows color (decimal): -5947727 or 11615909. OLE color: 11615909.

HSL color Cylindrical-coordinate representation of color #A53EB1: hue angle of 293.74º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53EB1 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16562177-
CMYK0.070.6500.31
HSL293.74º48.12%46.86%-
HSV(B)293.74º64.97%69.41%-
XYZ25.1814.6243.09-
YUV105.91168.12170.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 62 (24.61% from 255) = 15.35%
BLUE value IS 177 (69.53% from 255) = 43.81%
R=40.84%
G=15.35%
B=43.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165621770.070.6500.31293.7448.1246.86
HexA53EB174101F126302f
Octal2457626171010374466057
Binary10100101111110101100011111000001011111100100110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53EB1; }

 p { color: rgb(165,62,177); }

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

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

 a { background-color: rgb(165,62,177); }

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

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

 span { border-color: rgb(165,62,177); }

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