#A53AAE

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

Shades of Deep Lilac #A53AAE

Tints of Deep Lilac #A53AAE

Color information

#A53AAE (or 0xA53AAE) is unknown color: approx Deep Lilac. HEX triplet: A5, 3A and AE. RGB value is (165,58,174). Sum of RGB (Red+Green+Blue) = 165+58+174=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #A53AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53AAE is #5AC551. Grayscale: #666666. Windows color (decimal): -5948754 or 11418277. OLE color: 11418277.

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

Color convert

RGB16558174-
CMYK0.050.6700.32
HSL295.34º50%45.49%-
HSV(B)295.34º66.67%68.24%-
XYZ24.6714.0841.46-
YUV103.22167.95172.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 58 (23.05% from 255) = 14.61%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=41.56%
G=14.61%
B=43.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165581740.050.6700.32295.345045.49
HexA53AAE543020127322d
Octal2457225651030404476255
Binary101001011110101010111010110000110100000100100111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53AAE; }

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

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

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

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

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

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

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

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