Html Css Color HEX #A53DAE Deep Lilac

📋 copy color: '#A53DAE'

red 165 ◦ green 61 ◦ blue 174

#A53DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #A53DAE

Tints of Deep Lilac #A53DAE

RGB

 RED value IS 165 (64.84% from 255) = 41.25%

 GREEN value IS 61 (24.22% from 255) = 15.25%

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 41.25%
G = 15.25%
B = 43.5%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A53DAE (or 0xA53DAE) is known color: Deep Lilac. HEX triplet: A5, 3D and AE. RGB value is (165,61,174). Sum of RGB (Red+Green+Blue) = 165+61+174=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #A53DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53DAE is #5AC251. Grayscale: #686868. Windows color (decimal): -5947986 or 11419045. OLE color: 11419045.

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

Color convert

RGB 165 61 174 -
CMYK 0.05 0.65 0 0.32
HSL 295.22º 0.48% 0.46% -
HSV(B) 295.22º 0.65% 0.68% -
XYZ 24.83 14.39 41.51 -
YUV 104.98 166.96 170.81 -
System Red Green Blue C M Y K H S L
Decimal 165 61 174 0.05 0.65 0 0.32 295.22 0.48 0.46
Hex A5 3D AE 5 41 0 20 127 30 2E
Octal 245 75 256 5 101 0 40 447 60 56
Binary 10100101 111101 10101110 101 1000001 0 100000 100100111 110000 101110

Color Harmonies of #A53DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DAE

Black with #A53DAE

Text Example


Text Example

White with #A53DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DAE; }

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

 H1.HeaderClassName
 {
   color: #A53DAE;
 }
 .AnyTagClassName
 {
   color: #A53DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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