Html Css Color HEX #A146BA Deep Lilac

📋 copy color: '#A146BA'

red 161 ◦ green 70 ◦ blue 186

#A146BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #A146BA

Tints of Deep Lilac #A146BA

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.6%

R = 38.61%
G = 16.79%
B = 44.6%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A146BA (or 0xA146BA) is known color: 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

RGB 161 70 186 -
CMYK 0.13 0.62 0 0.27
HSL 287.07º 0.46% 0.5% -
HSV(B) 287.07º 0.62% 0.73% -
XYZ 25.75 15.5 48.09 -
YUV 110.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 161 70 186 0.13 0.62 0 0.27 287.07 0.46 0.5
Hex A1 46 BA D 3E 0 1B 11F 2E 32
Octal 241 106 272 15 76 0 33 437 56 62
Binary 10100001 1000110 10111010 1101 111110 0 11011 100011111 101110 110010

Color Harmonies of #A146BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A146BA

Black with #A146BA

Text Example


Text Example

White with #A146BA

Text Example


Text Example

HTML Codes & Css Web 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>