Html Css Color HEX #A146C0 Deep Lilac

📋 copy color: '#A146C0'

red 161 ◦ green 70 ◦ blue 192

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

Shades of Deep Lilac #A146C0

Tints of Deep Lilac #A146C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.39%

R = 38.06%
G = 16.55%
B = 45.39%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A146C0 (or 0xA146C0) is known color: Deep Lilac. HEX triplet: A1, 46 and C0. RGB value is (161,70,192). Sum of RGB (Red+Green+Blue) = 161+70+192=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #A146C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A146C0 is #5EB93F. Grayscale: #6E6E6E. Windows color (decimal): -6207808 or 12600993. OLE color: 12600993.

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

Color convert

RGB 161 70 192 -
CMYK 0.16 0.64 0 0.25
HSL 284.75º 0.49% 0.51% -
HSV(B) 284.75º 0.64% 0.75% -
XYZ 26.4 15.76 51.52 -
YUV 111.12 173.65 163.58 -
System Red Green Blue C M Y K H S L
Decimal 161 70 192 0.16 0.64 0 0.25 284.75 0.49 0.51
Hex A1 46 C0 10 40 0 19 11D 31 33
Octal 241 106 300 20 100 0 31 435 61 63
Binary 10100001 1000110 11000000 10000 1000000 0 11001 100011101 110001 110011

Color Harmonies of #A146C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A146C0

Black with #A146C0

Text Example


Text Example

White with #A146C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A146C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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