#A363BE

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

Shades of Deep Lilac #A363BE

Tints of Deep Lilac #A363BE

Color information

#A363BE (or 0xA363BE) is unknown color: approx Deep Lilac. HEX triplet: A3, 63 and BE. RGB value is (163,99,190). Sum of RGB (Red+Green+Blue) = 163+99+190=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #A363BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363BE is #5C9C41. Grayscale: #808080. Windows color (decimal): -6069314 or 12477347. OLE color: 12477347.

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

Color convert

RGB16399190-
CMYK0.140.4800.25
HSL282.2º41.18%56.67%-
HSV(B)282.2º47.89%74.51%-
XYZ28.8620.4351.14-
YUV128.51162.7152.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 99 (39.06% from 255) = 21.90%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=36.06%
G=21.90%
B=42.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163991900.140.4800.25282.241.1856.67
HexA363BEE3001911a2939
Octal24314327616600314325171
Binary101000111100011101111101110110000011001100011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A363BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A363BE; }

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

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

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

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

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

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

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

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