#A76ABF

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

Shades of Deep Lilac #A76ABF

Tints of Deep Lilac #A76ABF

Color information

#A76ABF (or 0xA76ABF) is unknown color: approx Deep Lilac. HEX triplet: A7, 6A and BF. RGB value is (167,106,191). Sum of RGB (Red+Green+Blue) = 167+106+191=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #A76ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ABF is #589540. Grayscale: #858585. Windows color (decimal): -5805377 or 12544679. OLE color: 12544679.

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

Color convert

RGB167106191-
CMYK0.130.4500.25
HSL283.06º39.91%58.24%-
HSV(B)283.06º44.5%74.9%-
XYZ30.4922.2951.98-
YUV133.93160.21151.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.99%
GREEN value IS 106 (41.80% from 255) = 22.84%
BLUE value IS 191 (75% from 255) = 41.16%
R=35.99%
G=22.84%
B=41.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671061910.130.4500.25283.0639.9158.24
HexA76ABFD2D01911b283a
Octal24715227715550314335072
Binary101001111101010101111111101101101011001100011011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76ABF; }

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

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

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

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

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

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

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

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