Html Css Color HEX #A049BE Deep Lilac

📋 copy color: '#A049BE'

red 160 ◦ green 73 ◦ blue 190

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

Shades of Deep Lilac #A049BE

Tints of Deep Lilac #A049BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 37.83%
G = 17.26%
B = 44.92%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A049BE (or 0xA049BE) is known color: Deep Lilac. HEX triplet: A0, 49 and BE. RGB value is (160,73,190). Sum of RGB (Red+Green+Blue) = 160+73+190=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #A049BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049BE is #5FB641. Grayscale: #6F6F6F. Windows color (decimal): -6272578 or 12470688. OLE color: 12470688.

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

Color convert

RGB 160 73 190 -
CMYK 0.16 0.62 0 0.25
HSL 284.62º 0.47% 0.52% -
HSV(B) 284.62º 0.62% 0.75% -
XYZ 26.17 15.96 50.42 -
YUV 112.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 160 73 190 0.16 0.62 0 0.25 284.62 0.47 0.52
Hex A0 49 BE 10 3E 0 19 11D 2F 34
Octal 240 111 276 20 76 0 31 435 57 64
Binary 10100000 1001001 10111110 10000 111110 0 11001 100011101 101111 110100

Color Harmonies of #A049BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049BE

Black with #A049BE

Text Example


Text Example

White with #A049BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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