Html Css Color HEX #A049BC Deep Lilac

📋 copy color: '#A049BC'

red 160 ◦ green 73 ◦ blue 188

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

Shades of Deep Lilac #A049BC

Tints of Deep Lilac #A049BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.66%

R = 38%
G = 17.34%
B = 44.66%

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

#A049BC (or 0xA049BC) is known color: Deep Lilac. HEX triplet: A0, 49 and BC. RGB value is (160,73,188). Sum of RGB (Red+Green+Blue) = 160+73+188=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #A049BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049BC is #5FB643. Grayscale: #6F6F6F. Windows color (decimal): -6272580 or 12339616. OLE color: 12339616.

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

Color convert

RGB 160 73 188 -
CMYK 0.15 0.61 0 0.26
HSL 285.39º 0.46% 0.51% -
HSV(B) 285.39º 0.61% 0.74% -
XYZ 25.96 15.87 49.27 -
YUV 112.12 170.82 162.15 -
System Red Green Blue C M Y K H S L
Decimal 160 73 188 0.15 0.61 0 0.26 285.39 0.46 0.51
Hex A0 49 BC F 3D 0 1A 11D 2E 33
Octal 240 111 274 17 75 0 32 435 56 63
Binary 10100000 1001001 10111100 1111 111101 0 11010 100011101 101110 110011

Color Harmonies of #A049BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049BC

Black with #A049BC

Text Example


Text Example

White with #A049BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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