#A365BF

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

Shades of Deep Lilac #A365BF

Tints of Deep Lilac #A365BF

Color information

#A365BF (or 0xA365BF) is unknown color: approx Deep Lilac. HEX triplet: A3, 65 and BF. RGB value is (163,101,191). Sum of RGB (Red+Green+Blue) = 163+101+191=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #A365BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365BF is #5C9A40. Grayscale: #818181. Windows color (decimal): -6068801 or 12543395. OLE color: 12543395.

HSL color Cylindrical-coordinate representation of color #A365BF: hue angle of 281.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A365BF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163101191-
CMYK0.150.4700.25
HSL281.33º41.28%57.25%-
HSV(B)281.33º47.12%74.9%-
XYZ29.1620.8651.78-
YUV129.8162.54151.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 101 (39.84% from 255) = 22.20%
BLUE value IS 191 (75% from 255) = 41.98%
R=35.82%
G=22.20%
B=41.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631011910.150.4700.25281.3341.2857.25
HexA365BFF2F0191192939
Octal24314527717570314315171
Binary101000111100101101111111111101111011001100011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A365BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A365BF; }

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

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

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

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

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

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

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

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