#A365B8

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

Shades of Deep Lilac #A365B8

Tints of Deep Lilac #A365B8

Color information

#A365B8 (or 0xA365B8) is unknown color: approx Deep Lilac. HEX triplet: A3, 65 and B8. RGB value is (163,101,184). Sum of RGB (Red+Green+Blue) = 163+101+184=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 101 (39.84% from 255 or 22.54% 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 #A365B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365B8 is #5C9A47. Grayscale: #808080. Windows color (decimal): -6068808 or 12084643. OLE color: 12084643.

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

Color convert

RGB163101184-
CMYK0.110.4500.28
HSL284.82º36.89%55.88%-
HSV(B)284.82º45.11%72.16%-
XYZ28.4120.5547.82-
YUV129159.04152.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 101 (39.84% from 255) = 22.54%
BLUE value IS 184 (72.27% from 255) = 41.07%
R=36.38%
G=22.54%
B=41.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631011840.110.4500.28284.8236.8955.88
HexA365B8B2D01C11d2538
Octal24314527013550344354570
Binary101000111100101101110001011101101011100100011101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A365B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A365B8; }

 p { color: rgb(163,101,184); }

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

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

 a { background-color: rgb(163,101,184); }

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

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

 span { border-color: rgb(163,101,184); }

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