#a864ba

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

Shades of Deep Lilac #A864BA

Tints of Deep Lilac #A864BA

Color information

#A864BA (or 0xA864BA) is unknown color: approx Deep Lilac. HEX triplet: A8, 64 and BA. RGB value is (168,100,186). Sum of RGB (Red+Green+Blue) = 168+100+186=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 100 (39.45% from 255 or 22.03% 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 #A864BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864BA is #579B45. Grayscale: #818181. Windows color (decimal): -5741382 or 12215464. OLE color: 12215464.

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

Color convert

RGB168100186-
CMYK0.100.4600.27
HSL287.44º38.39%56.08%-
HSV(B)287.44º46.24%72.94%-
XYZ29.5720.9848.95-
YUV130.14159.53155.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 100 (39.45% from 255) = 22.03%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=37.00%
G=22.03%
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
Decimal1681001860.100.4600.27287.4438.3956.08
HexA864BAA2E01B11f2638
Octal25014427212560334374670
Binary101010001100100101110101010101110011011100011111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a864ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a864ba; }

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

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

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

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

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

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

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

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