Html Css Color HEX #A149CD Deep Lilac

📋 copy color: '#A149CD'

red 161 ◦ green 73 ◦ blue 205

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

Shades of Deep Lilac #A149CD

Tints of Deep Lilac #A149CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 36.67%
G = 16.63%
B = 46.7%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A149CD (or 0xA149CD) is known color: Deep Lilac. HEX triplet: A1, 49 and CD. RGB value is (161,73,205). Sum of RGB (Red+Green+Blue) = 161+73+205=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #A149CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A149CD is #5EB632. Grayscale: #717171. Windows color (decimal): -6207027 or 13453729. OLE color: 13453729.

HSL color Cylindrical-coordinate representation of color #A149CD: hue angle of 280º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A149CD is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 73 205 -
CMYK 0.21 0.64 0 0.20
HSL 280º 0.57% 0.55% -
HSV(B) 280º 0.64% 0.8% -
XYZ 28.1 16.75 59.51 -
YUV 114.36 179.15 161.27 -
System Red Green Blue C M Y K H S L
Decimal 161 73 205 0.21 0.64 0 0.20 280 0.57 0.55
Hex A1 49 CD 15 40 0 14 118 39 37
Octal 241 111 315 25 100 0 24 430 71 67
Binary 10100001 1001001 11001101 10101 1000000 0 10100 100011000 111001 110111

Color Harmonies of #A149CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149CD

Black with #A149CD

Text Example


Text Example

White with #A149CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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