Html Css Color HEX #A149BB Deep Lilac

📋 copy color: '#A149BB'

red 161 ◦ green 73 ◦ blue 187

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

Shades of Deep Lilac #A149BB

Tints of Deep Lilac #A149BB

RGB

 RED value IS 161 (63.28% from 255) = 38.24%

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

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

R = 38.24%
G = 17.34%
B = 44.42%

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

#A149BB (or 0xA149BB) is known color: Deep Lilac. HEX triplet: A1, 49 and BB. RGB value is (161,73,187). Sum of RGB (Red+Green+Blue) = 161+73+187=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #A149BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A149BB is #5EB644. Grayscale: #6F6F6F. Windows color (decimal): -6207045 or 12274081. OLE color: 12274081.

HSL color Cylindrical-coordinate representation of color #A149BB: hue angle of 286.32º 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 #A149BB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 73 187 -
CMYK 0.14 0.61 0 0.27
HSL 286.32º 0.46% 0.51% -
HSV(B) 286.32º 0.61% 0.73% -
XYZ 26.05 15.93 48.72 -
YUV 112.31 170.15 162.73 -
System Red Green Blue C M Y K H S L
Decimal 161 73 187 0.14 0.61 0 0.27 286.32 0.46 0.51
Hex A1 49 BB E 3D 0 1B 11E 2E 33
Octal 241 111 273 16 75 0 33 436 56 63
Binary 10100001 1001001 10111011 1110 111101 0 11011 100011110 101110 110011

Color Harmonies of #A149BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149BB

Black with #A149BB

Text Example


Text Example

White with #A149BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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