#A367BA

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

Shades of Deep Lilac #A367BA

Tints of Deep Lilac #A367BA

Color information

#A367BA (or 0xA367BA) is unknown color: approx Deep Lilac. HEX triplet: A3, 67 and BA. RGB value is (163,103,186). Sum of RGB (Red+Green+Blue) = 163+103+186=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #A367BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367BA is #5C9845. Grayscale: #828282. Windows color (decimal): -6068294 or 12216227. OLE color: 12216227.

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

Color convert

RGB163103186-
CMYK0.120.4500.27
HSL283.37º37.56%56.67%-
HSV(B)283.37º44.62%72.94%-
XYZ28.8221.0349-
YUV130.4159.38151.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 103 (40.62% from 255) = 22.79%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=36.06%
G=22.79%
B=41.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631031860.120.4500.27283.3737.5656.67
HexA367BAC2D01B11b2639
Octal24314727214550334334671
Binary101000111100111101110101100101101011011100011011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367BA; }

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

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

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

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

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

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

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

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