#A763BD

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

Shades of Deep Lilac #A763BD

Tints of Deep Lilac #A763BD

Color information

#A763BD (or 0xA763BD) is unknown color: approx Deep Lilac. HEX triplet: A7, 63 and BD. RGB value is (167,99,189). Sum of RGB (Red+Green+Blue) = 167+99+189=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #A763BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763BD is #589C42. Grayscale: #818181. Windows color (decimal): -5807171 or 12411815. OLE color: 12411815.

HSL color Cylindrical-coordinate representation of color #A763BD: hue angle of 285.33º 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 #A763BD is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16799189-
CMYK0.120.4800.26
HSL285.33º40.54%56.47%-
HSV(B)285.33º47.62%74.12%-
XYZ29.5820.8150.6-
YUV129.59161.53154.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.70%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=36.70%
G=21.76%
B=41.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167991890.120.4800.26285.3340.5456.47
HexA763BDC3001A11d2938
Octal24714327514600324355170
Binary101001111100011101111011100110000011010100011101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A763BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A763BD; }

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

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

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

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

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

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

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

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