#A143BF

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

Shades of Deep Lilac #A143BF

Tints of Deep Lilac #A143BF

Color information

#A143BF (or 0xA143BF) is unknown color: approx Deep Lilac. HEX triplet: A1, 43 and BF. RGB value is (161,67,191). Sum of RGB (Red+Green+Blue) = 161+67+191=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #A143BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143BF is #5EBC40. Grayscale: #6C6C6C. Windows color (decimal): -6208577 or 12534689. OLE color: 12534689.

HSL color Cylindrical-coordinate representation of color #A143BF: hue angle of 285.48º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A143BF is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16167191-
CMYK0.160.6500.25
HSL285.48º49.21%50.59%-
HSV(B)285.48º64.92%74.9%-
XYZ26.1115.3550.88-
YUV109.24174.14164.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 67 (26.56% from 255) = 15.99%
BLUE value IS 191 (75% from 255) = 45.58%
R=38.42%
G=15.99%
B=45.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161671910.160.6500.25285.4849.2150.59
HexA143BF104101911d3133
Octal241103277201010314356163
Binary10100001100001110111111100001000001011001100011101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A143BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A143BF; }

 p { color: rgb(161,67,191); }

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

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

 a { background-color: rgb(161,67,191); }

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

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

 span { border-color: rgb(161,67,191); }

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