Html Css Color HEX #A049CE Deep Lilac

📋 copy color: '#A049CE'

red 160 ◦ green 73 ◦ blue 206

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

Shades of Deep Lilac #A049CE

Tints of Deep Lilac #A049CE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.63%

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 36.45%
G = 16.63%
B = 46.92%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A049CE (or 0xA049CE) is known color: Deep Lilac. HEX triplet: A0, 49 and CE. RGB value is (160,73,206). Sum of RGB (Red+Green+Blue) = 160+73+206=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #A049CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049CE is #5FB631. Grayscale: #717171. Windows color (decimal): -6272562 or 13519264. OLE color: 13519264.

HSL color Cylindrical-coordinate representation of color #A049CE: hue angle of 279.25º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A049CE is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 73 206 -
CMYK 0.22 0.65 0 0.19
HSL 279.25º 0.58% 0.55% -
HSV(B) 279.25º 0.65% 0.81% -
XYZ 28.02 16.69 60.14 -
YUV 114.18 179.82 160.69 -
System Red Green Blue C M Y K H S L
Decimal 160 73 206 0.22 0.65 0 0.19 279.25 0.58 0.55
Hex A0 49 CE 16 41 0 13 117 3A 37
Octal 240 111 316 26 101 0 23 427 72 67
Binary 10100000 1001001 11001110 10110 1000001 0 10011 100010111 111010 110111

Color Harmonies of #A049CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049CE

Black with #A049CE

Text Example


Text Example

White with #A049CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049CE; }

 p { color: rgb(160,73,206); }

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

background-color css

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

 a { background-color: rgb(160,73,206); }

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

border-color css

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

 span { border-color: rgb(160,73,206); }

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