#A763BC

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

Shades of Deep Lilac #A763BC

Tints of Deep Lilac #A763BC

Color information

#A763BC (or 0xA763BC) is unknown color: approx Deep Lilac. HEX triplet: A7, 63 and BC. RGB value is (167,99,188). Sum of RGB (Red+Green+Blue) = 167+99+188=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #A763BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763BC is #589C43. Grayscale: #818181. Windows color (decimal): -5807172 or 12346279. OLE color: 12346279.

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

Color convert

RGB16799188-
CMYK0.110.4700.26
HSL285.84º39.91%56.27%-
HSV(B)285.84º47.34%73.73%-
XYZ29.4820.7750.03-
YUV129.48161.03154.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.78%
GREEN value IS 99 (39.06% from 255) = 21.81%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=36.78%
G=21.81%
B=41.41%

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
Decimal167991880.110.4700.26285.8439.9156.27
HexA763BCB2F01A11e2838
Octal24714327413570324365070
Binary101001111100011101111001011101111011010100011110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A763BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A763BC; }

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

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

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

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

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

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

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

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