#A149BC

Color #A149BC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A149BC

Tints of Deep Lilac #A149BC

Color information

#A149BC (or 0xA149BC) is unknown color: approx Deep Lilac. HEX triplet: A1, 49 and BC. RGB value is (161,73,188). Sum of RGB (Red+Green+Blue) = 161+73+188=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #A149BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A149BC is #5EB643. Grayscale: #707070. Windows color (decimal): -6207044 or 12339617. OLE color: 12339617.

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

Color convert

RGB16173188-
CMYK0.140.6100.26
HSL285.91º46.18%51.18%-
HSV(B)285.91º61.17%73.73%-
XYZ26.1615.9749.28-
YUV112.42170.65162.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 73 (28.91% from 255) = 17.30%
BLUE value IS 188 (73.83% from 255) = 44.55%
R=38.15%
G=17.30%
B=44.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161731880.140.6100.26285.9146.1851.18
HexA149BCE3D01A11e2e33
Octal24111127416750324365663
Binary101000011001001101111001110111101011010100011110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A149BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A149BC; }

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

 H1.HeaderClassName
 {
   color: #A149BC;
 }
 .AnyTagClassName
 {
   color: #A149BC;
 }
</style>
background-color css

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

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

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

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

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

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