#A356C5

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

Shades of Deep Lilac #A356C5

Tints of Deep Lilac #A356C5

Color information

#A356C5 (or 0xA356C5) is unknown color: approx Deep Lilac. HEX triplet: A3, 56 and C5. RGB value is (163,86,197). Sum of RGB (Red+Green+Blue) = 163+86+197=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 197 - color contains mainly: blue. Hex color #A356C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356C5 is #5CA93A. Grayscale: #797979. Windows color (decimal): -6072635 or 12932771. OLE color: 12932771.

HSL color Cylindrical-coordinate representation of color #A356C5: hue angle of 281.62º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A356C5 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16386197-
CMYK0.170.5600.23
HSL281.62º48.9%55.49%-
HSV(B)281.62º56.35%77.25%-
XYZ28.5118.4754.89-
YUV121.68170.51157.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 86 (33.98% from 255) = 19.28%
BLUE value IS 197 (77.34% from 255) = 44.17%
R=36.55%
G=19.28%
B=44.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163861970.170.5600.23281.6248.955.49
HexA356C5113801711a3137
Octal24312630521700274326167
Binary1010001110101101100010110001111000010111100011010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A356C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A356C5; }

 p { color: rgb(163,86,197); }

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

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

 a { background-color: rgb(163,86,197); }

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

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

 span { border-color: rgb(163,86,197); }

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