#A53EAF

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

Shades of Deep Lilac #A53EAF

Tints of Deep Lilac #A53EAF

Color information

#A53EAF (or 0xA53EAF) is unknown color: approx Deep Lilac. HEX triplet: A5, 3E and AF. RGB value is (165,62,175). Sum of RGB (Red+Green+Blue) = 165+62+175=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #A53EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53EAF is #5AC150. Grayscale: #696969. Windows color (decimal): -5947729 or 11484837. OLE color: 11484837.

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

Color convert

RGB16562175-
CMYK0.060.6500.31
HSL294.69º47.68%46.47%-
HSV(B)294.69º64.57%68.63%-
XYZ24.9814.5442.05-
YUV105.68167.12170.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 62 (24.61% from 255) = 15.42%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=41.04%
G=15.42%
B=43.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165621750.060.6500.31294.6947.6846.47
HexA53EAF64101F127302e
Octal2457625761010374476056
Binary10100101111110101011111101000001011111100100111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53EAF; }

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

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

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

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

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

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

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

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