Html Css Color HEX #A849BD Deep Lilac

📋 copy color: '#A849BD'

red 168 ◦ green 73 ◦ blue 189

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

Shades of Deep Lilac #A849BD

Tints of Deep Lilac #A849BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 39.07%
G = 16.98%
B = 43.95%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A849BD (or 0xA849BD) is known color: Deep Lilac. HEX triplet: A8, 49 and BD. RGB value is (168,73,189). Sum of RGB (Red+Green+Blue) = 168+73+189=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #A849BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849BD is #57B642. Grayscale: #727272. Windows color (decimal): -5748291 or 12405160. OLE color: 12405160.

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

Color convert

RGB 168 73 189 -
CMYK 0.11 0.61 0 0.26
HSL 289.14º 0.47% 0.51% -
HSV(B) 289.14º 0.61% 0.74% -
XYZ 27.72 16.76 49.92 -
YUV 114.63 169.97 166.07 -
System Red Green Blue C M Y K H S L
Decimal 168 73 189 0.11 0.61 0 0.26 289.14 0.47 0.51
Hex A8 49 BD B 3D 0 1A 121 2F 33
Octal 250 111 275 13 75 0 32 441 57 63
Binary 10101000 1001001 10111101 1011 111101 0 11010 100100001 101111 110011

Color Harmonies of #A849BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849BD

Black with #A849BD

Text Example


Text Example

White with #A849BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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