#A76ABE

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

Shades of Deep Lilac #A76ABE

Tints of Deep Lilac #A76ABE

Color information

#A76ABE (or 0xA76ABE) is unknown color: approx Deep Lilac. HEX triplet: A7, 6A and BE. RGB value is (167,106,190). Sum of RGB (Red+Green+Blue) = 167+106+190=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #A76ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ABE is #589541. Grayscale: #858585. Windows color (decimal): -5805378 or 12479143. OLE color: 12479143.

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

Color convert

RGB167106190-
CMYK0.120.4400.25
HSL283.57º39.25%58.04%-
HSV(B)283.57º44.21%74.51%-
XYZ30.3822.2451.41-
YUV133.82159.71151.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=36.07%
G=22.89%
B=41.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671061900.120.4400.25283.5739.2558.04
HexA76ABEC2C01911c273a
Octal24715227614540314344772
Binary101001111101010101111101100101100011001100011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76ABE; }

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

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

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

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

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

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

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

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