#A142BA

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

Shades of Deep Lilac #A142BA

Tints of Deep Lilac #A142BA

Color information

#A142BA (or 0xA142BA) is unknown color: approx Deep Lilac. HEX triplet: A1, 42 and BA. RGB value is (161,66,186). Sum of RGB (Red+Green+Blue) = 161+66+186=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #A142BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A142BA is #5EBD45. Grayscale: #6B6B6B. Windows color (decimal): -6208838 or 12206753. OLE color: 12206753.

HSL color Cylindrical-coordinate representation of color #A142BA: hue angle of 287.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A142BA is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16166186-
CMYK0.130.6500.27
HSL287.5º47.62%49.41%-
HSV(B)287.5º64.52%72.94%-
XYZ25.5115.0248.01-
YUV108.08171.97165.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 66 (26.17% from 255) = 15.98%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=38.98%
G=15.98%
B=45.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161661860.130.6500.27287.547.6249.41
HexA142BAD4101B1203031
Octal241102272151010334406061
Binary1010000110000101011101011011000001011011100100000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A142BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A142BA; }

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

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

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

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

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

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

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

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