Html Css Color HEX #A649BA Deep Lilac

📋 copy color: '#A649BA'

red 166 ◦ green 73 ◦ blue 186

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

Shades of Deep Lilac #A649BA

Tints of Deep Lilac #A649BA

RGB

 RED value IS 166 (65.23% from 255) = 39.06%

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

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

R = 39.06%
G = 17.18%
B = 43.76%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A649BA (or 0xA649BA) is known color: Deep Lilac. HEX triplet: A6, 49 and BA. RGB value is (166,73,186). Sum of RGB (Red+Green+Blue) = 166+73+186=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #A649BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649BA is #59B645. Grayscale: #717171. Windows color (decimal): -5879366 or 12208550. OLE color: 12208550.

HSL color Cylindrical-coordinate representation of color #A649BA: hue angle of 289.38º 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 #A649BA is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 73 186 -
CMYK 0.11 0.61 0 0.27
HSL 289.38º 0.45% 0.51% -
HSV(B) 289.38º 0.61% 0.73% -
XYZ 26.97 16.42 48.2 -
YUV 113.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 166 73 186 0.11 0.61 0 0.27 289.38 0.45 0.51
Hex A6 49 BA B 3D 0 1B 121 2D 33
Octal 246 111 272 13 75 0 33 441 55 63
Binary 10100110 1001001 10111010 1011 111101 0 11011 100100001 101101 110011

Color Harmonies of #A649BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A649BA

Black with #A649BA

Text Example


Text Example

White with #A649BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A649BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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