#A864BE

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

Shades of Deep Lilac #A864BE

Tints of Deep Lilac #A864BE

Color information

#A864BE (or 0xA864BE) is unknown color: approx Deep Lilac. HEX triplet: A8, 64 and BE. RGB value is (168,100,190). Sum of RGB (Red+Green+Blue) = 168+100+190=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #A864BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864BE is #579B41. Grayscale: #828282. Windows color (decimal): -5741378 or 12477608. OLE color: 12477608.

HSL color Cylindrical-coordinate representation of color #A864BE: hue angle of 285.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A864BE is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168100190-
CMYK0.120.4700.25
HSL285.33º40.91%56.86%-
HSV(B)285.33º47.37%74.51%-
XYZ3021.1651.22-
YUV130.59161.53154.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 100 (39.45% from 255) = 21.83%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=36.68%
G=21.83%
B=41.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681001900.120.4700.25285.3340.9156.86
HexA864BEC2F01911d2939
Octal25014427614570314355171
Binary101010001100100101111101100101111011001100011101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A864BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A864BE; }

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

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

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

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

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

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

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

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