#A146BA

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

Shades of Deep Lilac #A146BA

Tints of Deep Lilac #A146BA

Color information

#A146BA (or 0xA146BA) is unknown color: approx Deep Lilac. HEX triplet: A1, 46 and BA. RGB value is (161,70,186). Sum of RGB (Red+Green+Blue) = 161+70+186=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #A146BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A146BA is #5EB945. Grayscale: #6E6E6E. Windows color (decimal): -6207814 or 12207777. OLE color: 12207777.

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

Color convert

RGB16170186-
CMYK0.130.6200.27
HSL287.07º45.67%50.2%-
HSV(B)287.07º62.37%72.94%-
XYZ25.7515.548.09-
YUV110.43170.65164.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 70 (27.73% from 255) = 16.79%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=38.61%
G=16.79%
B=44.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161701860.130.6200.27287.0745.6750.2
HexA146BAD3E01B11f2e32
Octal24110627215760334375662
Binary101000011000110101110101101111110011011100011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A146BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A146BA; }

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

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

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

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

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

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

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

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