Html Css Color HEX #A047AC Deep Lilac

📋 copy color: '#A047AC'

red 160 ◦ green 71 ◦ blue 172

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

Shades of Deep Lilac #A047AC

Tints of Deep Lilac #A047AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 39.7%
G = 17.62%
B = 42.68%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A047AC (or 0xA047AC) is known color: Deep Lilac. HEX triplet: A0, 47 and AC. RGB value is (160,71,172). Sum of RGB (Red+Green+Blue) = 160+71+172=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #A047AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A047AC is #5FB853. Grayscale: #6C6C6C. Windows color (decimal): -6273108 or 11290528. OLE color: 11290528.

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

Color convert

RGB 160 71 172 -
CMYK 0.07 0.59 0 0.33
HSL 292.87º 0.42% 0.48% -
HSV(B) 292.87º 0.59% 0.67% -
XYZ 24.2 14.96 40.64 -
YUV 109.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 160 71 172 0.07 0.59 0 0.33 292.87 0.42 0.48
Hex A0 47 AC 7 3B 0 21 125 2A 30
Octal 240 107 254 7 73 0 41 445 52 60
Binary 10100000 1000111 10101100 111 111011 0 100001 100100101 101010 110000

Color Harmonies of #A047AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047AC

Black with #A047AC

Text Example


Text Example

White with #A047AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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