#A563B8

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

Shades of Deep Lilac #A563B8

Tints of Deep Lilac #A563B8

Color information

#A563B8 (or 0xA563B8) is unknown color: approx Deep Lilac. HEX triplet: A5, 63 and B8. RGB value is (165,99,184). Sum of RGB (Red+Green+Blue) = 165+99+184=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 184 - color contains mainly: blue. Hex color #A563B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A563B8 is #5A9C47. Grayscale: #808080. Windows color (decimal): -5938248 or 12084133. OLE color: 12084133.

HSL color Cylindrical-coordinate representation of color #A563B8: hue angle of 286.59º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A563B8 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16599184-
CMYK0.100.4600.28
HSL286.59º37.44%55.49%-
HSV(B)286.59º46.2%72.16%-
XYZ28.6320.3847.77-
YUV128.42159.37154.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 99 (39.06% from 255) = 22.10%
BLUE value IS 184 (72.27% from 255) = 41.07%
R=36.83%
G=22.10%
B=41.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165991840.100.4600.28286.5937.4455.49
HexA563B8A2E01C11f2537
Octal24514327012560344374567
Binary101001011100011101110001010101110011100100011111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A563B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A563B8; }

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

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

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

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

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

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

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

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