#A53AAD

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

Shades of Deep Lilac #A53AAD

Tints of Deep Lilac #A53AAD

Color information

#A53AAD (or 0xA53AAD) is unknown color: approx Deep Lilac. HEX triplet: A5, 3A and AD. RGB value is (165,58,173). Sum of RGB (Red+Green+Blue) = 165+58+173=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #A53AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53AAD is #5AC552. Grayscale: #666666. Windows color (decimal): -5948755 or 11352741. OLE color: 11352741.

HSL color Cylindrical-coordinate representation of color #A53AAD: hue angle of 295.83º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53AAD is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16558173-
CMYK0.050.6600.32
HSL295.83º49.78%45.29%-
HSV(B)295.83º66.47%67.84%-
XYZ24.5714.0440.95-
YUV103.1167.45172.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 58 (23.05% from 255) = 14.65%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=41.67%
G=14.65%
B=43.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165581730.050.6600.32295.8349.7845.29
HexA53AAD542020128322d
Octal2457225551020404506255
Binary101001011110101010110110110000100100000100101000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53AAD; }

 p { color: rgb(165,58,173); }

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

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

 a { background-color: rgb(165,58,173); }

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

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

 span { border-color: rgb(165,58,173); }

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