#A561B8

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

Shades of Deep Lilac #A561B8

Tints of Deep Lilac #A561B8

Color information

#A561B8 (or 0xA561B8) is unknown color: approx Deep Lilac. HEX triplet: A5, 61 and B8. RGB value is (165,97,184). Sum of RGB (Red+Green+Blue) = 165+97+184=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 184 - color contains mainly: blue. Hex color #A561B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A561B8 is #5A9E47. Grayscale: #7E7E7E. Windows color (decimal): -5938760 or 12083621. OLE color: 12083621.

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

Color convert

RGB16597184-
CMYK0.100.4700.28
HSL286.9º37.99%55.1%-
HSV(B)286.9º47.28%72.16%-
XYZ28.4420.0147.71-
YUV127.25160.03154.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.00%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 184 (72.27% from 255) = 41.26%
R=37.00%
G=21.75%
B=41.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165971840.100.4700.28286.937.9955.1
HexA561B8A2F01C11f2637
Octal24514127012570344374667
Binary101001011100001101110001010101111011100100011111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A561B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A561B8; }

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

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

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

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

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

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

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

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