#A142AC

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

Shades of Deep Lilac #A142AC

Tints of Deep Lilac #A142AC

Color information

#A142AC (or 0xA142AC) is unknown color: approx Deep Lilac. HEX triplet: A1, 42 and AC. RGB value is (161,66,172). Sum of RGB (Red+Green+Blue) = 161+66+172=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #A142AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A142AC is #5EBD53. Grayscale: #6A6A6A. Windows color (decimal): -6208852 or 11289249. OLE color: 11289249.

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

Color convert

RGB16166172-
CMYK0.060.6200.33
HSL293.77º44.54%46.67%-
HSV(B)293.77º61.63%67.45%-
XYZ24.0914.4540.55-
YUV106.49164.97166.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.35%
GREEN value IS 66 (26.17% from 255) = 16.54%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=40.35%
G=16.54%
B=43.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161661720.060.6200.33293.7744.5446.67
HexA142AC63E0211262d2f
Octal2411022546760414465557
Binary101000011000010101011001101111100100001100100110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A142AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A142AC; }

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

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

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

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

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

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

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

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