#A76DB9

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

Shades of Deep Lilac #A76DB9

Tints of Deep Lilac #A76DB9

Color information

#A76DB9 (or 0xA76DB9) is unknown color: approx Deep Lilac. HEX triplet: A7, 6D and B9. RGB value is (167,109,185). Sum of RGB (Red+Green+Blue) = 167+109+185=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 185 - color contains mainly: blue. Hex color #A76DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DB9 is #589246. Grayscale: #868686. Windows color (decimal): -5804615 or 12152231. OLE color: 12152231.

HSL color Cylindrical-coordinate representation of color #A76DB9: hue angle of 285.79º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A76DB9 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167109185-
CMYK0.100.4100.27
HSL285.79º35.19%57.65%-
HSV(B)285.79º41.08%72.55%-
XYZ30.1622.6648.68-
YUV135.01156.22150.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.23%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 185 (72.66% from 255) = 40.13%
R=36.23%
G=23.64%
B=40.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671091850.100.4100.27285.7935.1957.65
HexA76DB9A2901B11e233a
Octal24715527112510334364372
Binary101001111101101101110011010101001011011100011110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76DB9; }

 p { color: rgb(167,109,185); }

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

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

 a { background-color: rgb(167,109,185); }

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

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

 span { border-color: rgb(167,109,185); }

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