#A76CBA

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

Shades of Deep Lilac #A76CBA

Tints of Deep Lilac #A76CBA

Color information

#A76CBA (or 0xA76CBA) is unknown color: approx Deep Lilac. HEX triplet: A7, 6C and BA. RGB value is (167,108,186). Sum of RGB (Red+Green+Blue) = 167+108+186=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #A76CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CBA is #589345. Grayscale: #868686. Windows color (decimal): -5804870 or 12217511. OLE color: 12217511.

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

Color convert

RGB167108186-
CMYK0.100.4200.27
HSL285.38º36.11%57.65%-
HSV(B)285.38º41.94%72.94%-
XYZ30.1622.4949.2-
YUV134.53157.05151.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.23%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=36.23%
G=23.43%
B=40.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671081860.100.4200.27285.3836.1157.65
HexA76CBAA2A01B11d243a
Octal24715427212520334354472
Binary101001111101100101110101010101010011011100011101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76CBA; }

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

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

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

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

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

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

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

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