#A13FAD

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

Shades of Deep Lilac #A13FAD

Tints of Deep Lilac #A13FAD

Color information

#A13FAD (or 0xA13FAD) is unknown color: approx Deep Lilac. HEX triplet: A1, 3F and AD. RGB value is (161,63,173). Sum of RGB (Red+Green+Blue) = 161+63+173=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #A13FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13FAD is #5EC052. Grayscale: #686868. Windows color (decimal): -6209619 or 11354017. OLE color: 11354017.

HSL color Cylindrical-coordinate representation of color #A13FAD: hue angle of 293.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A13FAD is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16163173-
CMYK0.070.6400.32
HSL293.45º46.61%46.27%-
HSV(B)293.45º63.58%67.84%-
XYZ24.0214.1541-
YUV104.84166.47168.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 63 (25% from 255) = 15.87%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=40.55%
G=15.87%
B=43.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161631730.070.6400.32293.4546.6146.27
HexA13FAD7400201252f2e
Octal2417725571000404455756
Binary101000011111111010110111110000000100000100100101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13FAD; }

 p { color: rgb(161,63,173); }

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

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

 a { background-color: rgb(161,63,173); }

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

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

 span { border-color: rgb(161,63,173); }

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