Html Css Color HEX #A949BE Deep Lilac

📋 copy color: '#A949BE'

red 169 ◦ green 73 ◦ blue 190

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

Shades of Deep Lilac #A949BE

Tints of Deep Lilac #A949BE

RGB

 RED value IS 169 (66.41% from 255) = 39.12%

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

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

R = 39.12%
G = 16.9%
B = 43.98%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A949BE (or 0xA949BE) is known color: Deep Lilac. HEX triplet: A9, 49 and BE. RGB value is (169,73,190). Sum of RGB (Red+Green+Blue) = 169+73+190=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #A949BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949BE is #56B641. Grayscale: #727272. Windows color (decimal): -5682754 or 12470697. OLE color: 12470697.

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

Color convert

RGB 169 73 190 -
CMYK 0.11 0.62 0 0.25
HSL 289.23º 0.47% 0.52% -
HSV(B) 289.23º 0.62% 0.75% -
XYZ 28.04 16.92 50.5 -
YUV 115.04 170.3 166.49 -
System Red Green Blue C M Y K H S L
Decimal 169 73 190 0.11 0.62 0 0.25 289.23 0.47 0.52
Hex A9 49 BE B 3E 0 19 121 2F 34
Octal 251 111 276 13 76 0 31 441 57 64
Binary 10101001 1001001 10111110 1011 111110 0 11001 100100001 101111 110100

Color Harmonies of #A949BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A949BE

Black with #A949BE

Text Example


Text Example

White with #A949BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A949BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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