#A142AE

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

Shades of Deep Lilac #A142AE

Tints of Deep Lilac #A142AE

Color information

#A142AE (or 0xA142AE) is unknown color: approx Deep Lilac. HEX triplet: A1, 42 and AE. RGB value is (161,66,174). Sum of RGB (Red+Green+Blue) = 161+66+174=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #A142AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A142AE is #5EBD51. Grayscale: #6A6A6A. Windows color (decimal): -6208850 or 11420321. OLE color: 11420321.

HSL color Cylindrical-coordinate representation of color #A142AE: hue angle of 292.78º 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 #A142AE is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16166174-
CMYK0.070.6200.32
HSL292.78º45%47.06%-
HSV(B)292.78º62.07%68.24%-
XYZ24.2914.5341.57-
YUV106.72165.97166.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 66 (26.17% from 255) = 16.46%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=40.15%
G=16.46%
B=43.39%

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
Decimal161661740.070.6200.32292.784547.06
HexA142AE73E0201252d2f
Octal2411022567760404455557
Binary101000011000010101011101111111100100000100100101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A142AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A142AE; }

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

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

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

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

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

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

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

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