#A365BA

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

Shades of Deep Lilac #A365BA

Tints of Deep Lilac #A365BA

Color information

#A365BA (or 0xA365BA) is unknown color: approx Deep Lilac. HEX triplet: A3, 65 and BA. RGB value is (163,101,186). Sum of RGB (Red+Green+Blue) = 163+101+186=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #A365BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365BA is #5C9A45. Grayscale: #808080. Windows color (decimal): -6068806 or 12215715. OLE color: 12215715.

HSL color Cylindrical-coordinate representation of color #A365BA: hue angle of 283.76º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A365BA is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163101186-
CMYK0.120.4600.27
HSL283.76º38.12%56.27%-
HSV(B)283.76º45.7%72.94%-
XYZ28.6220.6448.93-
YUV129.23160.04152.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 101 (39.84% from 255) = 22.44%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=36.22%
G=22.44%
B=41.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631011860.120.4600.27283.7638.1256.27
HexA365BAC2E01B11c2638
Octal24314527214560334344670
Binary101000111100101101110101100101110011011100011100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A365BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A365BA; }

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

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

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

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

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

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

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

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