#A749BB

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

Shades of Deep Lilac #A749BB

Tints of Deep Lilac #A749BB

Color information

#A749BB (or 0xA749BB) is unknown color: approx Deep Lilac. HEX triplet: A7, 49 and BB. RGB value is (167,73,187). Sum of RGB (Red+Green+Blue) = 167+73+187=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #A749BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749BB is #58B644. Grayscale: #717171. Windows color (decimal): -5813829 or 12274087. OLE color: 12274087.

HSL color Cylindrical-coordinate representation of color #A749BB: hue angle of 289.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A749BB is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16773187-
CMYK0.110.6100.27
HSL289.47º45.6%50.98%-
HSV(B)289.47º60.96%73.33%-
XYZ27.2916.5748.77-
YUV114.1169.14165.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.11%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 187 (73.44% from 255) = 43.79%
R=39.11%
G=17.10%
B=43.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167731870.110.6100.27289.4745.650.98
HexA749BBB3D01B1212e33
Octal24711127313750334415663
Binary101001111001001101110111011111101011011100100001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A749BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A749BB; }

 p { color: rgb(167,73,187); }

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

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

 a { background-color: rgb(167,73,187); }

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

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

 span { border-color: rgb(167,73,187); }

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