Html Css Color HEX #A149CE Deep Lilac

📋 copy color: '#A149CE'

red 161 ◦ green 73 ◦ blue 206

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

Shades of Deep Lilac #A149CE

Tints of Deep Lilac #A149CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 36.59%
G = 16.59%
B = 46.82%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A149CE (or 0xA149CE) is known color: Deep Lilac. HEX triplet: A1, 49 and CE. RGB value is (161,73,206). Sum of RGB (Red+Green+Blue) = 161+73+206=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #A149CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A149CE is #5EB631. Grayscale: #727272. Windows color (decimal): -6207026 or 13519265. OLE color: 13519265.

HSL color Cylindrical-coordinate representation of color #A149CE: hue angle of 279.7º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A149CE is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 73 206 -
CMYK 0.22 0.65 0 0.19
HSL 279.7º 0.58% 0.55% -
HSV(B) 279.7º 0.65% 0.81% -
XYZ 28.22 16.8 60.15 -
YUV 114.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 161 73 206 0.22 0.65 0 0.19 279.7 0.58 0.55
Hex A1 49 CE 16 41 0 13 118 3A 37
Octal 241 111 316 26 101 0 23 430 72 67
Binary 10100001 1001001 11001110 10110 1000001 0 10011 100011000 111010 110111

Color Harmonies of #A149CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149CE

Black with #A149CE

Text Example


Text Example

White with #A149CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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