#A764BB

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

Shades of Deep Lilac #A764BB

Tints of Deep Lilac #A764BB

Color information

#A764BB (or 0xA764BB) is unknown color: approx Deep Lilac. HEX triplet: A7, 64 and BB. RGB value is (167,100,187). Sum of RGB (Red+Green+Blue) = 167+100+187=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #A764BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764BB is #589B44. Grayscale: #818181. Windows color (decimal): -5806917 or 12280999. OLE color: 12280999.

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

Color convert

RGB167100187-
CMYK0.110.4700.27
HSL286.21º39.01%56.27%-
HSV(B)286.21º46.52%73.33%-
XYZ29.4620.9249.5-
YUV129.95160.2154.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.78%
GREEN value IS 100 (39.45% from 255) = 22.03%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=36.78%
G=22.03%
B=41.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671001870.110.4700.27286.2139.0156.27
HexA764BBB2F01B11e2738
Octal24714427313570334364770
Binary101001111100100101110111011101111011011100011110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A764BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A764BB; }

 p { color: rgb(167,100,187); }

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

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

 a { background-color: rgb(167,100,187); }

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

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

 span { border-color: rgb(167,100,187); }

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