Html Css Color HEX #A146BB Deep Lilac

📋 copy color: '#A146BB'

red 161 ◦ green 70 ◦ blue 187

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

Shades of Deep Lilac #A146BB

Tints of Deep Lilac #A146BB

RGB

 RED value IS 161 (63.28% from 255) = 38.52%

 GREEN value IS 70 (27.73% from 255) = 16.75%

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 38.52%
G = 16.75%
B = 44.74%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A146BB (or 0xA146BB) is known color: Deep Lilac. HEX triplet: A1, 46 and BB. RGB value is (161,70,187). Sum of RGB (Red+Green+Blue) = 161+70+187=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #A146BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A146BB is #5EB944. Grayscale: #6E6E6E. Windows color (decimal): -6207813 or 12273313. OLE color: 12273313.

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

Color convert

RGB 161 70 187 -
CMYK 0.14 0.63 0 0.27
HSL 286.67º 0.46% 0.5% -
HSV(B) 286.67º 0.63% 0.73% -
XYZ 25.86 15.55 48.65 -
YUV 110.55 171.15 163.99 -
System Red Green Blue C M Y K H S L
Decimal 161 70 187 0.14 0.63 0 0.27 286.67 0.46 0.5
Hex A1 46 BB E 3F 0 1B 11F 2E 32
Octal 241 106 273 16 77 0 33 437 56 62
Binary 10100001 1000110 10111011 1110 111111 0 11011 100011111 101110 110010

Color Harmonies of #A146BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A146BB

Black with #A146BB

Text Example


Text Example

White with #A146BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A146BB; }

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

 H1.HeaderClassName
 {
   color: #A146BB;
 }
 .AnyTagClassName
 {
   color: #A146BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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