#A561BA

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

Shades of Deep Lilac #A561BA

Tints of Deep Lilac #A561BA

Color information

#A561BA (or 0xA561BA) is unknown color: approx Deep Lilac. HEX triplet: A5, 61 and BA. RGB value is (165,97,186). Sum of RGB (Red+Green+Blue) = 165+97+186=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #A561BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A561BA is #5A9E45. Grayscale: #7F7F7F. Windows color (decimal): -5938758 or 12214693. OLE color: 12214693.

HSL color Cylindrical-coordinate representation of color #A561BA: hue angle of 285.84º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A561BA is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16597186-
CMYK0.110.4800.27
HSL285.84º39.21%55.49%-
HSV(B)285.84º47.85%72.94%-
XYZ28.6520.0948.82-
YUV127.48161.03154.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=36.83%
G=21.65%
B=41.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165971860.110.4800.27285.8439.2155.49
HexA561BAB3001B11e2737
Octal24514127213600334364767
Binary101001011100001101110101011110000011011100011110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A561BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A561BA; }

 p { color: rgb(165,97,186); }

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

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

 a { background-color: rgb(165,97,186); }

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

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

 span { border-color: rgb(165,97,186); }

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