#A142AD

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

Shades of Deep Lilac #A142AD

Tints of Deep Lilac #A142AD

Color information

#A142AD (or 0xA142AD) is unknown color: approx Deep Lilac. HEX triplet: A1, 42 and AD. RGB value is (161,66,173). Sum of RGB (Red+Green+Blue) = 161+66+173=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #A142AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A142AD is #5EBD52. Grayscale: #6A6A6A. Windows color (decimal): -6208851 or 11354785. OLE color: 11354785.

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

Color convert

RGB16166173-
CMYK0.070.6200.32
HSL293.27º44.77%46.86%-
HSV(B)293.27º61.85%67.84%-
XYZ24.1914.4941.06-
YUV106.6165.47166.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 66 (26.17% from 255) = 16.5%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=40.25%
G=16.5%
B=43.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161661730.070.6200.32293.2744.7746.86
HexA142AD73E0201252d2f
Octal2411022557760404455557
Binary101000011000010101011011111111100100000100100101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A142AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A142AD; }

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

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

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

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

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

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

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

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