Html Css Color HEX #A047BF Deep Lilac

📋 copy color: '#A047BF'

red 160 ◦ green 71 ◦ blue 191

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

Shades of Deep Lilac #A047BF

Tints of Deep Lilac #A047BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.26%

R = 37.91%
G = 16.82%
B = 45.26%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A047BF (or 0xA047BF) is known color: Deep Lilac. HEX triplet: A0, 47 and BF. RGB value is (160,71,191). Sum of RGB (Red+Green+Blue) = 160+71+191=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #A047BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047BF is #5FB840. Grayscale: #6E6E6E. Windows color (decimal): -6273089 or 12535712. OLE color: 12535712.

HSL color Cylindrical-coordinate representation of color #A047BF: hue angle of 284.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A047BF is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 71 191 -
CMYK 0.16 0.63 0 0.25
HSL 284.5º 0.48% 0.51% -
HSV(B) 284.5º 0.63% 0.75% -
XYZ 26.15 15.74 50.95 -
YUV 111.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 160 71 191 0.16 0.63 0 0.25 284.5 0.48 0.51
Hex A0 47 BF 10 3F 0 19 11C 30 33
Octal 240 107 277 20 77 0 31 434 60 63
Binary 10100000 1000111 10111111 10000 111111 0 11001 100011100 110000 110011

Color Harmonies of #A047BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047BF

Black with #A047BF

Text Example


Text Example

White with #A047BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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