#A143BA

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

Shades of Deep Lilac #A143BA

Tints of Deep Lilac #A143BA

Color information

#A143BA (or 0xA143BA) is unknown color: approx Deep Lilac. HEX triplet: A1, 43 and BA. RGB value is (161,67,186). Sum of RGB (Red+Green+Blue) = 161+67+186=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #A143BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143BA is #5EBC45. Grayscale: #6C6C6C. Windows color (decimal): -6208582 or 12207009. OLE color: 12207009.

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

Color convert

RGB16167186-
CMYK0.130.6400.27
HSL287.39º47.04%49.61%-
HSV(B)287.39º63.98%72.94%-
XYZ25.5715.1448.03-
YUV108.67171.64165.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 67 (26.56% from 255) = 16.18%
BLUE value IS 186 (73.05% from 255) = 44.93%
R=38.89%
G=16.18%
B=44.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161671860.130.6400.27287.3947.0449.61
HexA143BAD4001B11f2f32
Octal241103272151000334375762
Binary1010000110000111011101011011000000011011100011111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A143BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A143BA; }

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

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

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

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

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

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

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

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