#A13CAD

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

Shades of Deep Lilac #A13CAD

Tints of Deep Lilac #A13CAD

Color information

#A13CAD (or 0xA13CAD) is unknown color: approx Deep Lilac. HEX triplet: A1, 3C and AD. RGB value is (161,60,173). Sum of RGB (Red+Green+Blue) = 161+60+173=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #A13CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13CAD is #5EC352. Grayscale: #666666. Windows color (decimal): -6210387 or 11353249. OLE color: 11353249.

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

Color convert

RGB16160173-
CMYK0.070.6500.32
HSL293.63º48.5%45.69%-
HSV(B)293.63º65.32%67.84%-
XYZ23.8613.8340.95-
YUV103.08167.46169.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 60 (23.83% from 255) = 15.23%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=40.86%
G=15.23%
B=43.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161601730.070.6500.32293.6348.545.69
HexA13CAD741020126302e
Octal2417425571010404466056
Binary101000011111001010110111110000010100000100100110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13CAD; }

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

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

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

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

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

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

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

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