#A76ABD

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

Shades of Deep Lilac #A76ABD

Tints of Deep Lilac #A76ABD

Color information

#A76ABD (or 0xA76ABD) is unknown color: approx Deep Lilac. HEX triplet: A7, 6A and BD. RGB value is (167,106,189). Sum of RGB (Red+Green+Blue) = 167+106+189=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #A76ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ABD is #589542. Grayscale: #858585. Windows color (decimal): -5805379 or 12413607. OLE color: 12413607.

HSL color Cylindrical-coordinate representation of color #A76ABD: hue angle of 284.1º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A76ABD is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167106189-
CMYK0.120.4400.26
HSL284.1º38.6%57.84%-
HSV(B)284.1º43.92%74.12%-
XYZ30.2822.250.83-
YUV133.7159.21151.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 106 (41.80% from 255) = 22.94%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=36.15%
G=22.94%
B=40.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671061890.120.4400.26284.138.657.84
HexA76ABDC2C01A11c273a
Octal24715227514540324344772
Binary101001111101010101111011100101100011010100011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76ABD; }

 p { color: rgb(167,106,189); }

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

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

 a { background-color: rgb(167,106,189); }

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

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

 span { border-color: rgb(167,106,189); }

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