#A864BC

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

Shades of Deep Lilac #A864BC

Tints of Deep Lilac #A864BC

Color information

#A864BC (or 0xA864BC) is unknown color: approx Deep Lilac. HEX triplet: A8, 64 and BC. RGB value is (168,100,188). Sum of RGB (Red+Green+Blue) = 168+100+188=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #A864BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864BC is #579B43. Grayscale: #828282. Windows color (decimal): -5741380 or 12346536. OLE color: 12346536.

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

Color convert

RGB168100188-
CMYK0.110.4700.26
HSL286.36º39.64%56.47%-
HSV(B)286.36º46.81%73.73%-
XYZ29.7821.0750.07-
YUV130.36160.53154.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.84%
GREEN value IS 100 (39.45% from 255) = 21.93%
BLUE value IS 188 (73.83% from 255) = 41.23%
R=36.84%
G=21.93%
B=41.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681001880.110.4700.26286.3639.6456.47
HexA864BCB2F01A11e2838
Octal25014427413570324365070
Binary101010001100100101111001011101111011010100011110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A864BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A864BC; }

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

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

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

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

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

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

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

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