Html Css Color HEX #A049BD Deep Lilac

📋 copy color: '#A049BD'

red 160 ◦ green 73 ◦ blue 189

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

Shades of Deep Lilac #A049BD

Tints of Deep Lilac #A049BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 37.91%
G = 17.3%
B = 44.79%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A049BD (or 0xA049BD) is known color: Deep Lilac. HEX triplet: A0, 49 and BD. RGB value is (160,73,189). Sum of RGB (Red+Green+Blue) = 160+73+189=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #A049BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049BD is #5FB642. Grayscale: #6F6F6F. Windows color (decimal): -6272579 or 12405152. OLE color: 12405152.

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

Color convert

RGB 160 73 189 -
CMYK 0.15 0.61 0 0.26
HSL 285º 0.47% 0.51% -
HSV(B) 285º 0.61% 0.74% -
XYZ 26.07 15.91 49.84 -
YUV 112.24 171.32 162.07 -
System Red Green Blue C M Y K H S L
Decimal 160 73 189 0.15 0.61 0 0.26 285 0.47 0.51
Hex A0 49 BD F 3D 0 1A 11D 2F 33
Octal 240 111 275 17 75 0 32 435 57 63
Binary 10100000 1001001 10111101 1111 111101 0 11010 100011101 101111 110011

Color Harmonies of #A049BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049BD

Black with #A049BD

Text Example


Text Example

White with #A049BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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