Html Css Color HEX #A149BD Deep Lilac

📋 copy color: '#A149BD'

red 161 ◦ green 73 ◦ blue 189

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

Shades of Deep Lilac #A149BD

Tints of Deep Lilac #A149BD

RGB

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

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

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

R = 38.06%
G = 17.26%
B = 44.68%

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

#A149BD (or 0xA149BD) is known color: Deep Lilac. HEX triplet: A1, 49 and BD. RGB value is (161,73,189). Sum of RGB (Red+Green+Blue) = 161+73+189=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #A149BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A149BD is #5EB642. Grayscale: #707070. Windows color (decimal): -6207043 or 12405153. OLE color: 12405153.

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

Color convert

RGB 161 73 189 -
CMYK 0.15 0.61 0 0.26
HSL 285.52º 0.47% 0.51% -
HSV(B) 285.52º 0.61% 0.74% -
XYZ 26.27 16.02 49.85 -
YUV 112.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 161 73 189 0.15 0.61 0 0.26 285.52 0.47 0.51
Hex A1 49 BD F 3D 0 1A 11E 2F 33
Octal 241 111 275 17 75 0 32 436 57 63
Binary 10100001 1001001 10111101 1111 111101 0 11010 100011110 101111 110011

Color Harmonies of #A149BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149BD

Black with #A149BD

Text Example


Text Example

White with #A149BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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