#A763BF

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

Shades of Deep Lilac #A763BF

Tints of Deep Lilac #A763BF

Color information

#A763BF (or 0xA763BF) is unknown color: approx Deep Lilac. HEX triplet: A7, 63 and BF. RGB value is (167,99,191). Sum of RGB (Red+Green+Blue) = 167+99+191=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #A763BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763BF is #589C40. Grayscale: #818181. Windows color (decimal): -5807169 or 12542887. OLE color: 12542887.

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

Color convert

RGB16799191-
CMYK0.130.4800.25
HSL284.35º41.82%56.86%-
HSV(B)284.35º48.17%74.9%-
XYZ29.820.951.75-
YUV129.82162.53154.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.54%
GREEN value IS 99 (39.06% from 255) = 21.66%
BLUE value IS 191 (75% from 255) = 41.79%
R=36.54%
G=21.66%
B=41.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167991910.130.4800.25284.3541.8256.86
HexA763BFD3001911c2a39
Octal24714327715600314345271
Binary101001111100011101111111101110000011001100011100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A763BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A763BF; }

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

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

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

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

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

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

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

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