#A863BD

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

Shades of Deep Lilac #A863BD

Tints of Deep Lilac #A863BD

Color information

#A863BD (or 0xA863BD) is unknown color: approx Deep Lilac. HEX triplet: A8, 63 and BD. RGB value is (168,99,189). Sum of RGB (Red+Green+Blue) = 168+99+189=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #A863BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863BD is #579C42. Grayscale: #818181. Windows color (decimal): -5741635 or 12411816. OLE color: 12411816.

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

Color convert

RGB16899189-
CMYK0.110.4800.26
HSL286º40.54%56.47%-
HSV(B)286º47.62%74.12%-
XYZ29.820.9250.61-
YUV129.89161.36155.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.84%
GREEN value IS 99 (39.06% from 255) = 21.71%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=36.84%
G=21.71%
B=41.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168991890.110.4800.2628640.5456.47
HexA863BDB3001A11e2938
Octal25014327513600324365170
Binary101010001100011101111011011110000011010100011110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A863BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A863BD; }

 p { color: rgb(168,99,189); }

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

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

 a { background-color: rgb(168,99,189); }

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

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

 span { border-color: rgb(168,99,189); }

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