#A142AF

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

Shades of Deep Lilac #A142AF

Tints of Deep Lilac #A142AF

Color information

#A142AF (or 0xA142AF) is unknown color: approx Deep Lilac. HEX triplet: A1, 42 and AF. RGB value is (161,66,175). Sum of RGB (Red+Green+Blue) = 161+66+175=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #A142AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A142AF is #5EBD50. Grayscale: #6A6A6A. Windows color (decimal): -6208849 or 11485857. OLE color: 11485857.

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

Color convert

RGB16166175-
CMYK0.080.6200.31
HSL292.29º45.23%47.25%-
HSV(B)292.29º62.29%68.63%-
XYZ24.3814.5742.08-
YUV106.83166.47166.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 66 (26.17% from 255) = 16.42%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=40.05%
G=16.42%
B=43.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161661750.080.6200.31292.2945.2347.25
HexA142AF83E01F1242d2f
Octal24110225710760374445557
Binary101000011000010101011111000111110011111100100100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A142AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A142AF; }

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

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

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

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

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

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

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

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