#A766B4

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

Shades of Deep Lilac #A766B4

Tints of Deep Lilac #A766B4

Color information

#A766B4 (or 0xA766B4) is unknown color: approx Deep Lilac. HEX triplet: A7, 66 and B4. RGB value is (167,102,180). Sum of RGB (Red+Green+Blue) = 167+102+180=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #A766B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766B4 is #58994B. Grayscale: #828282. Windows color (decimal): -5806412 or 11822759. OLE color: 11822759.

HSL color Cylindrical-coordinate representation of color #A766B4: hue angle of 290º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A766B4 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB167102180-
CMYK0.070.4300.29
HSL290º34.21%55.29%-
HSV(B)290º43.33%70.59%-
XYZ28.9321.0145.71-
YUV130.33156.03154.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.19%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=37.19%
G=22.72%
B=40.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671021800.070.4300.2929034.2155.29
HexA766B472B01D1222237
Octal2471462647530354424267
Binary10100111110011010110100111101011011101100100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A766B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A766B4; }

 p { color: rgb(167,102,180); }

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

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

 a { background-color: rgb(167,102,180); }

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

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

 span { border-color: rgb(167,102,180); }

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