#A76DBA

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

Shades of Deep Lilac #A76DBA

Tints of Deep Lilac #A76DBA

Color information

#A76DBA (or 0xA76DBA) is unknown color: approx Deep Lilac. HEX triplet: A7, 6D and BA. RGB value is (167,109,186). Sum of RGB (Red+Green+Blue) = 167+109+186=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #A76DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DBA is #589245. Grayscale: #868686. Windows color (decimal): -5804614 or 12217767. OLE color: 12217767.

HSL color Cylindrical-coordinate representation of color #A76DBA: hue angle of 285.19º degrees, saturation: 0.36, 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 #A76DBA is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167109186-
CMYK0.100.4100.27
HSL285.19º35.81%57.84%-
HSV(B)285.19º41.4%72.94%-
XYZ30.2722.749.24-
YUV135.12156.72150.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 109 (42.97% from 255) = 23.59%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=36.15%
G=23.59%
B=40.26%

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
Decimal1671091860.100.4100.27285.1935.8157.84
HexA76DBAA2901B11d243a
Octal24715527212510334354472
Binary101001111101101101110101010101001011011100011101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76DBA; }

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

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

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

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

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

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

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

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