Html Css Color HEX #A849BE Deep Lilac

📋 copy color: '#A849BE'

red 168 ◦ green 73 ◦ blue 190

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

Shades of Deep Lilac #A849BE

Tints of Deep Lilac #A849BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 38.98%
G = 16.94%
B = 44.08%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A849BE (or 0xA849BE) is known color: Deep Lilac. HEX triplet: A8, 49 and BE. RGB value is (168,73,190). Sum of RGB (Red+Green+Blue) = 168+73+190=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #A849BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849BE is #57B641. Grayscale: #727272. Windows color (decimal): -5748290 or 12470696. OLE color: 12470696.

HSL color Cylindrical-coordinate representation of color #A849BE: hue angle of 288.72º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A849BE is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 73 190 -
CMYK 0.12 0.62 0 0.25
HSL 288.72º 0.47% 0.52% -
HSV(B) 288.72º 0.62% 0.75% -
XYZ 27.83 16.81 50.49 -
YUV 114.74 170.47 165.99 -
System Red Green Blue C M Y K H S L
Decimal 168 73 190 0.12 0.62 0 0.25 288.72 0.47 0.52
Hex A8 49 BE C 3E 0 19 121 2F 34
Octal 250 111 276 14 76 0 31 441 57 64
Binary 10101000 1001001 10111110 1100 111110 0 11001 100100001 101111 110100

Color Harmonies of #A849BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849BE

Black with #A849BE

Text Example


Text Example

White with #A849BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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