Html Css Color HEX #A949BC Deep Lilac

📋 copy color: '#A949BC'

red 169 ◦ green 73 ◦ blue 188

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

Shades of Deep Lilac #A949BC

Tints of Deep Lilac #A949BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 39.3%
G = 16.98%
B = 43.72%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A949BC (or 0xA949BC) is known color: Deep Lilac. HEX triplet: A9, 49 and BC. RGB value is (169,73,188). Sum of RGB (Red+Green+Blue) = 169+73+188=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #A949BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949BC is #56B643. Grayscale: #727272. Windows color (decimal): -5682756 or 12339625. OLE color: 12339625.

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

Color convert

RGB 169 73 188 -
CMYK 0.10 0.61 0 0.26
HSL 290.09º 0.46% 0.51% -
HSV(B) 290.09º 0.61% 0.74% -
XYZ 27.82 16.83 49.36 -
YUV 114.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 169 73 188 0.10 0.61 0 0.26 290.09 0.46 0.51
Hex A9 49 BC A 3D 0 1A 122 2E 33
Octal 251 111 274 12 75 0 32 442 56 63
Binary 10101001 1001001 10111100 1010 111101 0 11010 100100010 101110 110011

Color Harmonies of #A949BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A949BC

Black with #A949BC

Text Example


Text Example

White with #A949BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A949BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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