Html Css Color HEX #A147AD Deep Lilac

📋 copy color: '#A147AD'

red 161 ◦ green 71 ◦ blue 173

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

Shades of Deep Lilac #A147AD

Tints of Deep Lilac #A147AD

RGB

 RED value IS 161 (63.28% from 255) = 39.75%

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

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

R = 39.75%
G = 17.53%
B = 42.72%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A147AD (or 0xA147AD) is known color: Deep Lilac. HEX triplet: A1, 47 and AD. RGB value is (161,71,173). Sum of RGB (Red+Green+Blue) = 161+71+173=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #A147AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A147AD is #5EB852. Grayscale: #6D6D6D. Windows color (decimal): -6207571 or 11356065. OLE color: 11356065.

HSL color Cylindrical-coordinate representation of color #A147AD: hue angle of 292.94º 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 #A147AD is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 71 173 -
CMYK 0.07 0.59 0 0.32
HSL 292.94º 0.42% 0.48% -
HSV(B) 292.94º 0.59% 0.68% -
XYZ 24.49 15.1 41.16 -
YUV 109.54 163.82 164.71 -
System Red Green Blue C M Y K H S L
Decimal 161 71 173 0.07 0.59 0 0.32 292.94 0.42 0.48
Hex A1 47 AD 7 3B 0 20 125 2A 30
Octal 241 107 255 7 73 0 40 445 52 60
Binary 10100001 1000111 10101101 111 111011 0 100000 100100101 101010 110000

Color Harmonies of #A147AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A147AD

Black with #A147AD

Text Example


Text Example

White with #A147AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A147AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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