Html Css Color HEX #A849BA Deep Lilac

📋 copy color: '#A849BA'

red 168 ◦ green 73 ◦ blue 186

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

Shades of Deep Lilac #A849BA

Tints of Deep Lilac #A849BA

RGB

 RED value IS 168 (66.02% from 255) = 39.34%

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

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

R = 39.34%
G = 17.1%
B = 43.56%

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

#A849BA (or 0xA849BA) is known color: Deep Lilac. HEX triplet: A8, 49 and BA. RGB value is (168,73,186). Sum of RGB (Red+Green+Blue) = 168+73+186=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #A849BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849BA is #57B645. Grayscale: #717171. Windows color (decimal): -5748294 or 12208552. OLE color: 12208552.

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

Color convert

RGB 168 73 186 -
CMYK 0.10 0.61 0 0.27
HSL 290.44º 0.45% 0.51% -
HSV(B) 290.44º 0.61% 0.73% -
XYZ 27.39 16.64 48.22 -
YUV 114.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 168 73 186 0.10 0.61 0 0.27 290.44 0.45 0.51
Hex A8 49 BA A 3D 0 1B 122 2D 33
Octal 250 111 272 12 75 0 33 442 55 63
Binary 10101000 1001001 10111010 1010 111101 0 11011 100100010 101101 110011

Color Harmonies of #A849BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849BA

Black with #A849BA

Text Example


Text Example

White with #A849BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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