Html Css Color HEX #A049AD Deep Lilac

📋 copy color: '#A049AD'

red 160 ◦ green 73 ◦ blue 173

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

Shades of Deep Lilac #A049AD

Tints of Deep Lilac #A049AD

RGB

 RED value IS 160 (62.89% from 255) = 39.41%

 GREEN value IS 73 (28.91% from 255) = 17.98%

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 39.41%
G = 17.98%
B = 42.61%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A049AD (or 0xA049AD) is known color: Deep Lilac. HEX triplet: A0, 49 and AD. RGB value is (160,73,173). Sum of RGB (Red+Green+Blue) = 160+73+173=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #A049AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A049AD is #5FB652. Grayscale: #6E6E6E. Windows color (decimal): -6272595 or 11356576. OLE color: 11356576.

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

Color convert

RGB 160 73 173 -
CMYK 0.08 0.58 0 0.32
HSL 292.2º 0.41% 0.48% -
HSV(B) 292.2º 0.58% 0.68% -
XYZ 24.42 15.26 41.19 -
YUV 110.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 160 73 173 0.08 0.58 0 0.32 292.2 0.41 0.48
Hex A0 49 AD 8 3A 0 20 124 29 30
Octal 240 111 255 10 72 0 40 444 51 60
Binary 10100000 1001001 10101101 1000 111010 0 100000 100100100 101001 110000

Color Harmonies of #A049AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049AD

Black with #A049AD

Text Example


Text Example

White with #A049AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049AD; }

 p { color: rgb(160,73,173); }

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

background-color css

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

 a { background-color: rgb(160,73,173); }

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

border-color css

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

 span { border-color: rgb(160,73,173); }

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