Html Css Color HEX #A53AAE Deep Lilac

📋 copy color: '#A53AAE'

red 165 ◦ green 58 ◦ blue 174

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

Shades of Deep Lilac #A53AAE

Tints of Deep Lilac #A53AAE

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 value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A53AAE (or 0xA53AAE) is known color: 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

RGB 165 58 174 -
CMYK 0.05 0.67 0 0.32
HSL 295.34º 0.5% 0.45% -
HSV(B) 295.34º 0.67% 0.68% -
XYZ 24.67 14.08 41.46 -
YUV 103.22 167.95 172.07 -
System Red Green Blue C M Y K H S L
Decimal 165 58 174 0.05 0.67 0 0.32 295.34 0.5 0.45
Hex A5 3A AE 5 43 0 20 127 32 2D
Octal 245 72 256 5 103 0 40 447 62 55
Binary 10100101 111010 10101110 101 1000011 0 100000 100100111 110010 101101

Color Harmonies of #A53AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53AAE

Black with #A53AAE

Text Example


Text Example

White with #A53AAE

Text Example


Text Example

HTML Codes & Css Web 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>