#A53CB1

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

Shades of Deep Lilac #A53CB1

Tints of Deep Lilac #A53CB1

Color information

#A53CB1 (or 0xA53CB1) is unknown color: approx Deep Lilac. HEX triplet: A5, 3C and B1. RGB value is (165,60,177). Sum of RGB (Red+Green+Blue) = 165+60+177=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #A53CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53CB1 is #5AC34E. Grayscale: #686868. Windows color (decimal): -5948239 or 11615397. OLE color: 11615397.

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

Color convert

RGB16560177-
CMYK0.070.6600.31
HSL293.85º49.37%46.47%-
HSV(B)293.85º66.1%69.41%-
XYZ25.0714.4143.05-
YUV104.73168.79170.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 60 (23.83% from 255) = 14.93%
BLUE value IS 177 (69.53% from 255) = 44.03%
R=41.04%
G=14.93%
B=44.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165601770.070.6600.31293.8549.3746.47
HexA53CB174201F126312e
Octal2457426171020374466156
Binary10100101111100101100011111000010011111100100110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53CB1; }

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

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

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

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

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

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

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

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