#A563BF

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

Shades of Deep Lilac #A563BF

Tints of Deep Lilac #A563BF

Color information

#A563BF (or 0xA563BF) is unknown color: approx Deep Lilac. HEX triplet: A5, 63 and BF. RGB value is (165,99,191). Sum of RGB (Red+Green+Blue) = 165+99+191=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #A563BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A563BF is #5A9C40. Grayscale: #808080. Windows color (decimal): -5938241 or 12542885. OLE color: 12542885.

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

Color convert

RGB16599191-
CMYK0.140.4800.25
HSL283.04º41.82%56.86%-
HSV(B)283.04º48.17%74.9%-
XYZ29.3820.6851.73-
YUV129.22162.87153.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 191 (75% from 255) = 41.98%
R=36.26%
G=21.76%
B=41.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165991910.140.4800.25283.0441.8256.86
HexA563BFE3001911b2a39
Octal24514327716600314335271
Binary101001011100011101111111110110000011001100011011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A563BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A563BF; }

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

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

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

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

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

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

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

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