Html Css Color HEX #A749BA Deep Lilac

📋 copy color: '#A749BA'

red 167 ◦ green 73 ◦ blue 186

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

Shades of Deep Lilac #A749BA

Tints of Deep Lilac #A749BA

RGB

 RED value IS 167 (65.63% from 255) = 39.2%

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

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 39.2%
G = 17.14%
B = 43.66%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A749BA (or 0xA749BA) is known color: Deep Lilac. HEX triplet: A7, 49 and BA. RGB value is (167,73,186). Sum of RGB (Red+Green+Blue) = 167+73+186=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #A749BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749BA is #58B645. Grayscale: #717171. Windows color (decimal): -5813830 or 12208551. OLE color: 12208551.

HSL color Cylindrical-coordinate representation of color #A749BA: hue angle of 289.91º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A749BA is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 73 186 -
CMYK 0.10 0.61 0 0.27
HSL 289.91º 0.45% 0.51% -
HSV(B) 289.91º 0.61% 0.73% -
XYZ 27.18 16.53 48.21 -
YUV 113.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 167 73 186 0.10 0.61 0 0.27 289.91 0.45 0.51
Hex A7 49 BA A 3D 0 1B 122 2D 33
Octal 247 111 272 12 75 0 33 442 55 63
Binary 10100111 1001001 10111010 1010 111101 0 11011 100100010 101101 110011

Color Harmonies of #A749BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749BA

Black with #A749BA

Text Example


Text Example

White with #A749BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749BA; }

 p { color: rgb(167,73,186); }

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

background-color css

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

 a { background-color: rgb(167,73,186); }

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

border-color css

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

 span { border-color: rgb(167,73,186); }

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