#A761BB

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

Shades of Deep Lilac #A761BB

Tints of Deep Lilac #A761BB

Color information

#A761BB (or 0xA761BB) is unknown color: approx Deep Lilac. HEX triplet: A7, 61 and BB. RGB value is (167,97,187). Sum of RGB (Red+Green+Blue) = 167+97+187=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #A761BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761BB is #589E44. Grayscale: #7F7F7F. Windows color (decimal): -5807685 or 12280231. OLE color: 12280231.

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

Color convert

RGB16797187-
CMYK0.110.4800.27
HSL286.67º39.82%55.69%-
HSV(B)286.67º48.13%73.33%-
XYZ29.1820.3549.4-
YUV128.19161.19155.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.03%
GREEN value IS 97 (38.28% from 255) = 21.51%
BLUE value IS 187 (73.44% from 255) = 41.46%
R=37.03%
G=21.51%
B=41.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167971870.110.4800.27286.6739.8255.69
HexA761BBB3001B11f2838
Octal24714127313600334375070
Binary101001111100001101110111011110000011011100011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A761BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A761BB; }

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

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

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

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

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

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

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

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