#A361B1

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

Shades of Deep Lilac #A361B1

Tints of Deep Lilac #A361B1

Color information

#A361B1 (or 0xA361B1) is unknown color: approx Deep Lilac. HEX triplet: A3, 61 and B1. RGB value is (163,97,177). Sum of RGB (Red+Green+Blue) = 163+97+177=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 177 - color contains mainly: blue. Hex color #A361B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A361B1 is #5C9E4E. Grayscale: #7D7D7D. Windows color (decimal): -6069839 or 11624867. OLE color: 11624867.

HSL color Cylindrical-coordinate representation of color #A361B1: hue angle of 289.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A361B1 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16397177-
CMYK0.080.4500.31
HSL289.5º33.9%53.73%-
HSV(B)289.5º45.2%69.41%-
XYZ27.3119.5143.92-
YUV125.85156.87154.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.30%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 177 (69.53% from 255) = 40.50%
R=37.30%
G=22.20%
B=40.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163971770.080.4500.31289.533.953.73
HexA361B182D01F1222236
Octal24314126110550374424266
Binary101000111100001101100011000101101011111100100010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361B1; }

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

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

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

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

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

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

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

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