Html Css Color HEX #A047AD Deep Lilac

📋 copy color: '#A047AD'

red 160 ◦ green 71 ◦ blue 173

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

Shades of Deep Lilac #A047AD

Tints of Deep Lilac #A047AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.57%

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

R = 39.6%
G = 17.57%
B = 42.82%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A047AD (or 0xA047AD) is known color: Deep Lilac. HEX triplet: A0, 47 and AD. RGB value is (160,71,173). Sum of RGB (Red+Green+Blue) = 160+71+173=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #A047AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A047AD is #5FB852. Grayscale: #6C6C6C. Windows color (decimal): -6273107 or 11356064. OLE color: 11356064.

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

Color convert

RGB 160 71 173 -
CMYK 0.08 0.59 0 0.32
HSL 292.35º 0.42% 0.48% -
HSV(B) 292.35º 0.59% 0.68% -
XYZ 24.29 15 41.15 -
YUV 109.24 163.99 164.21 -
System Red Green Blue C M Y K H S L
Decimal 160 71 173 0.08 0.59 0 0.32 292.35 0.42 0.48
Hex A0 47 AD 8 3B 0 20 124 2A 30
Octal 240 107 255 10 73 0 40 444 52 60
Binary 10100000 1000111 10101101 1000 111011 0 100000 100100100 101010 110000

Color Harmonies of #A047AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047AD

Black with #A047AD

Text Example


Text Example

White with #A047AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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