Html Css Color HEX #A049C1 Deep Lilac

📋 copy color: '#A049C1'

red 160 ◦ green 73 ◦ blue 193

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

Shades of Deep Lilac #A049C1

Tints of Deep Lilac #A049C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.31%

R = 37.56%
G = 17.14%
B = 45.31%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A049C1 (or 0xA049C1) is known color: Deep Lilac. HEX triplet: A0, 49 and C1. RGB value is (160,73,193). Sum of RGB (Red+Green+Blue) = 160+73+193=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #A049C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049C1 is #5FB63E. Grayscale: #707070. Windows color (decimal): -6272575 or 12667296. OLE color: 12667296.

HSL color Cylindrical-coordinate representation of color #A049C1: hue angle of 283.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A049C1 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 73 193 -
CMYK 0.17 0.62 0 0.24
HSL 283.5º 0.49% 0.52% -
HSV(B) 283.5º 0.62% 0.76% -
XYZ 26.51 16.09 52.16 -
YUV 112.69 173.32 161.74 -
System Red Green Blue C M Y K H S L
Decimal 160 73 193 0.17 0.62 0 0.24 283.5 0.49 0.52
Hex A0 49 C1 11 3E 0 18 11C 31 34
Octal 240 111 301 21 76 0 30 434 61 64
Binary 10100000 1001001 11000001 10001 111110 0 11000 100011100 110001 110100

Color Harmonies of #A049C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049C1

Black with #A049C1

Text Example


Text Example

White with #A049C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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