#A365BD

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

Shades of Deep Lilac #A365BD

Tints of Deep Lilac #A365BD

Color information

#A365BD (or 0xA365BD) is unknown color: approx Deep Lilac. HEX triplet: A3, 65 and BD. RGB value is (163,101,189). Sum of RGB (Red+Green+Blue) = 163+101+189=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #A365BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365BD is #5C9A42. Grayscale: #818181. Windows color (decimal): -6068803 or 12412323. OLE color: 12412323.

HSL color Cylindrical-coordinate representation of color #A365BD: hue angle of 282.27º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A365BD is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163101189-
CMYK0.140.4700.26
HSL282.27º40%56.86%-
HSV(B)282.27º46.56%74.12%-
XYZ28.9420.7750.63-
YUV129.57161.54151.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=35.98%
G=22.30%
B=41.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631011890.140.4700.26282.274056.86
HexA365BDE2F01A11a2839
Octal24314527516570324325071
Binary101000111100101101111011110101111011010100011010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A365BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A365BD; }

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

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

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

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

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

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

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

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