Html Css Color HEX #A049CD Deep Lilac

📋 copy color: '#A049CD'

red 160 ◦ green 73 ◦ blue 205

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

Shades of Deep Lilac #A049CD

Tints of Deep Lilac #A049CD

RGB

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

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

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

R = 36.53%
G = 16.67%
B = 46.8%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A049CD (or 0xA049CD) is known color: Deep Lilac. HEX triplet: A0, 49 and CD. RGB value is (160,73,205). Sum of RGB (Red+Green+Blue) = 160+73+205=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #A049CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049CD is #5FB632. Grayscale: #717171. Windows color (decimal): -6272563 or 13453728. OLE color: 13453728.

HSL color Cylindrical-coordinate representation of color #A049CD: hue angle of 279.55º 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 #A049CD is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 73 205 -
CMYK 0.22 0.64 0 0.20
HSL 279.55º 0.57% 0.55% -
HSV(B) 279.55º 0.64% 0.8% -
XYZ 27.9 16.65 59.5 -
YUV 114.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 160 73 205 0.22 0.64 0 0.20 279.55 0.57 0.55
Hex A0 49 CD 16 40 0 14 118 39 37
Octal 240 111 315 26 100 0 24 430 71 67
Binary 10100000 1001001 11001101 10110 1000000 0 10100 100011000 111001 110111

Color Harmonies of #A049CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049CD

Black with #A049CD

Text Example


Text Example

White with #A049CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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