#A765BA

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

Shades of Deep Lilac #A765BA

Tints of Deep Lilac #A765BA

Color information

#A765BA (or 0xA765BA) is unknown color: approx Deep Lilac. HEX triplet: A7, 65 and BA. RGB value is (167,101,186). Sum of RGB (Red+Green+Blue) = 167+101+186=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #A765BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765BA is #589A45. Grayscale: #828282. Windows color (decimal): -5806662 or 12215719. OLE color: 12215719.

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

Color convert

RGB167101186-
CMYK0.100.4600.27
HSL286.59º38.12%56.27%-
HSV(B)286.59º45.7%72.94%-
XYZ29.4521.0748.97-
YUV130.42159.37154.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.78%
GREEN value IS 101 (39.84% from 255) = 22.25%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=36.78%
G=22.25%
B=40.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671011860.100.4600.27286.5938.1256.27
HexA765BAA2E01B11f2638
Octal24714527212560334374670
Binary101001111100101101110101010101110011011100011111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A765BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A765BA; }

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

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

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

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

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

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

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

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