#A360BF

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

Shades of Deep Lilac #A360BF

Tints of Deep Lilac #A360BF

Color information

#A360BF (or 0xA360BF) is unknown color: approx Deep Lilac. HEX triplet: A3, 60 and BF. RGB value is (163,96,191). Sum of RGB (Red+Green+Blue) = 163+96+191=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #A360BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360BF is #5C9F40. Grayscale: #7E7E7E. Windows color (decimal): -6070081 or 12542115. OLE color: 12542115.

HSL color Cylindrical-coordinate representation of color #A360BF: hue angle of 282.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A360BF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16396191-
CMYK0.150.5000.25
HSL282.32º42.6%56.27%-
HSV(B)282.32º49.74%74.9%-
XYZ28.6919.9151.62-
YUV126.86164.2153.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 96 (37.89% from 255) = 21.33%
BLUE value IS 191 (75% from 255) = 42.44%
R=36.22%
G=21.33%
B=42.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163961910.150.5000.25282.3242.656.27
HexA360BFF3201911a2b38
Octal24314027717620314325370
Binary101000111100000101111111111110010011001100011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A360BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A360BF; }

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

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

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

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

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

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

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

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