#A361C1

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

Shades of Deep Lilac #A361C1

Tints of Deep Lilac #A361C1

Color information

#A361C1 (or 0xA361C1) is unknown color: approx Deep Lilac. HEX triplet: A3, 61 and C1. RGB value is (163,97,193). Sum of RGB (Red+Green+Blue) = 163+97+193=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #A361C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361C1 is #5C9E3E. Grayscale: #7F7F7F. Windows color (decimal): -6069823 or 12673443. OLE color: 12673443.

HSL color Cylindrical-coordinate representation of color #A361C1: hue angle of 281.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A361C1 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16397193-
CMYK0.160.5000.24
HSL281.25º43.64%56.86%-
HSV(B)281.25º49.74%75.69%-
XYZ2920.1952.82-
YUV127.68164.87153.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 97 (38.28% from 255) = 21.41%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=35.98%
G=21.41%
B=42.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163971930.160.5000.24281.2543.6456.86
HexA361C110320181192c39
Octal24314130120620304315471
Binary1010001111000011100000110000110010011000100011001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361C1; }

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

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

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

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

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

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

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

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