Html Css Color HEX #A049BB Deep Lilac

📋 copy color: '#A049BB'

red 160 ◦ green 73 ◦ blue 187

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

Shades of Deep Lilac #A049BB

Tints of Deep Lilac #A049BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.52%

R = 38.1%
G = 17.38%
B = 44.52%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A049BB (or 0xA049BB) is known color: Deep Lilac. HEX triplet: A0, 49 and BB. RGB value is (160,73,187). Sum of RGB (Red+Green+Blue) = 160+73+187=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #A049BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049BB is #5FB644. Grayscale: #6F6F6F. Windows color (decimal): -6272581 or 12274080. OLE color: 12274080.

HSL color Cylindrical-coordinate representation of color #A049BB: hue angle of 285.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A049BB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 73 187 -
CMYK 0.14 0.61 0 0.27
HSL 285.79º 0.46% 0.51% -
HSV(B) 285.79º 0.61% 0.73% -
XYZ 25.85 15.83 48.71 -
YUV 112.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 160 73 187 0.14 0.61 0 0.27 285.79 0.46 0.51
Hex A0 49 BB E 3D 0 1B 11E 2E 33
Octal 240 111 273 16 75 0 33 436 56 63
Binary 10100000 1001001 10111011 1110 111101 0 11011 100011110 101110 110011

Color Harmonies of #A049BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049BB

Black with #A049BB

Text Example


Text Example

White with #A049BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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