Html Css Color HEX #A047BC Deep Lilac

📋 copy color: '#A047BC'

red 160 ◦ green 71 ◦ blue 188

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

Shades of Deep Lilac #A047BC

Tints of Deep Lilac #A047BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 38.19%
G = 16.95%
B = 44.87%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A047BC (or 0xA047BC) is known color: Deep Lilac. HEX triplet: A0, 47 and BC. RGB value is (160,71,188). Sum of RGB (Red+Green+Blue) = 160+71+188=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #A047BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047BC is #5FB843. Grayscale: #6E6E6E. Windows color (decimal): -6273092 or 12339104. OLE color: 12339104.

HSL color Cylindrical-coordinate representation of color #A047BC: hue angle of 285.64º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A047BC is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 71 188 -
CMYK 0.15 0.62 0 0.26
HSL 285.64º 0.47% 0.51% -
HSV(B) 285.64º 0.62% 0.74% -
XYZ 25.83 15.61 49.23 -
YUV 110.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 160 71 188 0.15 0.62 0 0.26 285.64 0.47 0.51
Hex A0 47 BC F 3E 0 1A 11E 2F 33
Octal 240 107 274 17 76 0 32 436 57 63
Binary 10100000 1000111 10111100 1111 111110 0 11010 100011110 101111 110011

Color Harmonies of #A047BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047BC

Black with #A047BC

Text Example


Text Example

White with #A047BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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