Html Css Color HEX #A049BF Deep Lilac

📋 copy color: '#A049BF'

red 160 ◦ green 73 ◦ blue 191

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

Shades of Deep Lilac #A049BF

Tints of Deep Lilac #A049BF

RGB

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

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

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

R = 37.74%
G = 17.22%
B = 45.05%

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

#A049BF (or 0xA049BF) is known color: Deep Lilac. HEX triplet: A0, 49 and BF. RGB value is (160,73,191). Sum of RGB (Red+Green+Blue) = 160+73+191=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #A049BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049BF is #5FB640. Grayscale: #707070. Windows color (decimal): -6272577 or 12536224. OLE color: 12536224.

HSL color Cylindrical-coordinate representation of color #A049BF: hue angle of 284.24º degrees, saturation: 0.48, 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 #A049BF is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 73 191 -
CMYK 0.16 0.62 0 0.25
HSL 284.24º 0.48% 0.52% -
HSV(B) 284.24º 0.62% 0.75% -
XYZ 26.28 16 50.99 -
YUV 112.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 160 73 191 0.16 0.62 0 0.25 284.24 0.48 0.52
Hex A0 49 BF 10 3E 0 19 11C 30 34
Octal 240 111 277 20 76 0 31 434 60 64
Binary 10100000 1001001 10111111 10000 111110 0 11001 100011100 110000 110100

Color Harmonies of #A049BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049BF

Black with #A049BF

Text Example


Text Example

White with #A049BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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