#A361BF

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

Shades of Deep Lilac #A361BF

Tints of Deep Lilac #A361BF

Color information

#A361BF (or 0xA361BF) is unknown color: approx Deep Lilac. HEX triplet: A3, 61 and BF. RGB value is (163,97,191). Sum of RGB (Red+Green+Blue) = 163+97+191=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #A361BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361BF is #5C9E40. Grayscale: #7F7F7F. Windows color (decimal): -6069825 or 12542371. OLE color: 12542371.

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

Color convert

RGB16397191-
CMYK0.150.4900.25
HSL282.13º42.34%56.47%-
HSV(B)282.13º49.21%74.9%-
XYZ28.7820.151.65-
YUV127.45163.87153.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 97 (38.28% from 255) = 21.51%
BLUE value IS 191 (75% from 255) = 42.35%
R=36.14%
G=21.51%
B=42.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163971910.150.4900.25282.1342.3456.47
HexA361BFF3101911a2a38
Octal24314127717610314325270
Binary101000111100001101111111111110001011001100011010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361BF; }

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

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

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

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

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

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

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

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