#A864BB

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

Shades of Deep Lilac #A864BB

Tints of Deep Lilac #A864BB

Color information

#A864BB (or 0xA864BB) is unknown color: approx Deep Lilac. HEX triplet: A8, 64 and BB. RGB value is (168,100,187). Sum of RGB (Red+Green+Blue) = 168+100+187=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #A864BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864BB is #579B44. Grayscale: #818181. Windows color (decimal): -5741381 or 12281000. OLE color: 12281000.

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

Color convert

RGB168100187-
CMYK0.100.4700.27
HSL286.9º39.01%56.27%-
HSV(B)286.9º46.52%73.33%-
XYZ29.6821.0349.51-
YUV130.25160.03154.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=36.92%
G=21.98%
B=41.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681001870.100.4700.27286.939.0156.27
HexA864BBA2F01B11f2738
Octal25014427312570334374770
Binary101010001100100101110111010101111011011100011111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A864BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A864BB; }

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

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

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

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

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

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

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

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