#A365BE

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

Shades of Deep Lilac #A365BE

Tints of Deep Lilac #A365BE

Color information

#A365BE (or 0xA365BE) is unknown color: approx Deep Lilac. HEX triplet: A3, 65 and BE. RGB value is (163,101,190). Sum of RGB (Red+Green+Blue) = 163+101+190=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #A365BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365BE is #5C9A41. Grayscale: #818181. Windows color (decimal): -6068802 or 12477859. OLE color: 12477859.

HSL color Cylindrical-coordinate representation of color #A365BE: hue angle of 281.8º 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 #A365BE is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163101190-
CMYK0.140.4700.25
HSL281.8º40.64%57.06%-
HSV(B)281.8º46.84%74.51%-
XYZ29.0520.8151.2-
YUV129.68162.04151.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 101 (39.84% from 255) = 22.25%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=35.90%
G=22.25%
B=41.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631011900.140.4700.25281.840.6457.06
HexA365BEE2F01911a2939
Octal24314527616570314325171
Binary101000111100101101111101110101111011001100011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A365BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A365BE; }

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

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

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

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

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

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

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

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