#A361BC

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

Shades of Deep Lilac #A361BC

Tints of Deep Lilac #A361BC

Color information

#A361BC (or 0xA361BC) is unknown color: approx Deep Lilac. HEX triplet: A3, 61 and BC. RGB value is (163,97,188). Sum of RGB (Red+Green+Blue) = 163+97+188=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #A361BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361BC is #5C9E43. Grayscale: #7E7E7E. Windows color (decimal): -6069828 or 12345763. OLE color: 12345763.

HSL color Cylindrical-coordinate representation of color #A361BC: hue angle of 283.52º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A361BC is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16397188-
CMYK0.130.4800.26
HSL283.52º40.44%55.88%-
HSV(B)283.52º48.4%73.73%-
XYZ28.4619.9749.93-
YUV127.11162.37153.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=36.38%
G=21.65%
B=41.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163971880.130.4800.26283.5240.4455.88
HexA361BCD3001A11c2838
Octal24314127415600324345070
Binary101000111100001101111001101110000011010100011100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361BC; }

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

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

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

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

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

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

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

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