#A764BA

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

Shades of Deep Lilac #A764BA

Tints of Deep Lilac #A764BA

Color information

#A764BA (or 0xA764BA) is unknown color: approx Deep Lilac. HEX triplet: A7, 64 and BA. RGB value is (167,100,186). Sum of RGB (Red+Green+Blue) = 167+100+186=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #A764BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764BA is #589B45. Grayscale: #818181. Windows color (decimal): -5806918 or 12215463. OLE color: 12215463.

HSL color Cylindrical-coordinate representation of color #A764BA: hue angle of 286.74º 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 #A764BA is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167100186-
CMYK0.100.4600.27
HSL286.74º38.39%56.08%-
HSV(B)286.74º46.24%72.94%-
XYZ29.3620.8848.94-
YUV129.84159.7154.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.87%
GREEN value IS 100 (39.45% from 255) = 22.08%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=36.87%
G=22.08%
B=41.06%

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
Decimal1671001860.100.4600.27286.7438.3956.08
HexA764BAA2E01B11f2638
Octal24714427212560334374670
Binary101001111100100101110101010101110011011100011111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A764BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A764BA; }

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

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

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

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

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

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

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

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